]> Pileus Git - ~andy/linux/commitdiff
NFC: microread: Fix MEI build failure
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 13 Feb 2013 09:45:46 +0000 (10:45 +0100)
committerSamuel 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

index eef38cfd812ea330c76d799bd93caae1b7a5c0d8..13bde92b1e296eb73d8d9ee50ff4ac0d7882a040 100644 (file)
@@ -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;