projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/nfc/microread/mei.c
b/drivers/nfc/microread/mei.c
index eef38cfd812ea330c76d799bd93caae1b7a5c0d8..13bde92b1e296eb73d8d9ee50ff4ac0d7882a040 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;