Skip to content

Commit

Permalink
NFC: microread: Fix MEI build failure
Browse files Browse the repository at this point in the history
The mei_device field should be called device, not mei_device.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Mar 10, 2013
1 parent c678fb2 commit 63cd353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nfc/microread/mei.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 63cd353

Please sign in to comment.