aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-02-13 10:45:46 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-03-10 22:20:04 +0100
commit63cd353c34a08af2d1935f8d0c2b6b091714ff79 (patch)
treee359850b64bf826a77ece9bf90743ae408007ab2 /drivers/nfc
parentmwifiex: fix potential null dereference 'mef_entry' (diff)
downloadlinux-dev-63cd353c34a08af2d1935f8d0c2b6b091714ff79.tar.xz
linux-dev-63cd353c34a08af2d1935f8d0c2b6b091714ff79.zip
NFC: microread: Fix MEI build failure
The mei_device field should be called device, not mei_device. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/microread/mei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c
index eef38cfd812e..13bde92b1e29 100644
--- 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;