projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c678fb2
)
NFC: microread: Fix MEI build failure
author
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 13 Feb 2013 09:45:46 +0000
(10:45 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 10 Mar 2013 21:20:04 +0000
(22:20 +0100)
The mei_device field should be called device, not mei_device.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/microread/mei.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/microread/mei.c
b/drivers/nfc/microread/mei.c
index
eef38cf
..
13bde92
100644
(file)
--- a/
drivers/nfc/microread/mei.c
+++ b/
drivers/nfc/microread/mei.c
@@
-48,7
+48,7
@@
struct mei_nfc_hdr {
#define MEI_NFC_MAX_READ (MEI_NFC_HEADER_SIZE + MEI_NFC_MAX_HCI_PAYLOAD)
struct microread_mei_phy {
- struct mei_device *
mei_
device;
+ struct mei_device *device;
struct nfc_hci_dev *hdev;
int powered;