diff options
Diffstat (limited to 'drivers/nfc/pn544/mei.c')
-rw-r--r-- | drivers/nfc/pn544/mei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/pn544/mei.c b/drivers/nfc/pn544/mei.c index b5d3d18179eb..ee67de50c36f 100644 --- a/drivers/nfc/pn544/mei.c +++ b/drivers/nfc/pn544/mei.c | |||
@@ -45,7 +45,7 @@ static int pn544_mei_probe(struct mei_cl_device *device, | |||
45 | 45 | ||
46 | r = pn544_hci_probe(phy, &mei_phy_ops, LLC_NOP_NAME, | 46 | r = pn544_hci_probe(phy, &mei_phy_ops, LLC_NOP_NAME, |
47 | MEI_NFC_HEADER_SIZE, 0, MEI_NFC_MAX_HCI_PAYLOAD, | 47 | MEI_NFC_HEADER_SIZE, 0, MEI_NFC_MAX_HCI_PAYLOAD, |
48 | &phy->hdev); | 48 | NULL, &phy->hdev); |
49 | if (r < 0) { | 49 | if (r < 0) { |
50 | nfc_mei_phy_free(phy); | 50 | nfc_mei_phy_free(phy); |
51 | 51 | ||