aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/nfc/microread/mei.c2
-rw-r--r--drivers/nfc/pn544/mei.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c
index 51d44fb18be9..cdf1bc53b257 100644
--- a/drivers/nfc/microread/mei.c
+++ b/drivers/nfc/microread/mei.c
@@ -63,8 +63,6 @@ static int microread_mei_remove(struct mei_cl_device *device)
63 63
64 microread_remove(phy->hdev); 64 microread_remove(phy->hdev);
65 65
66 nfc_mei_phy_disable(phy);
67
68 nfc_mei_phy_free(phy); 66 nfc_mei_phy_free(phy);
69 67
70 return 0; 68 return 0;
diff --git a/drivers/nfc/pn544/mei.c b/drivers/nfc/pn544/mei.c
index 50cef3a574b5..b5d3d18179eb 100644
--- a/drivers/nfc/pn544/mei.c
+++ b/drivers/nfc/pn544/mei.c
@@ -63,8 +63,6 @@ static int pn544_mei_remove(struct mei_cl_device *device)
63 63
64 pn544_hci_remove(phy->hdev); 64 pn544_hci_remove(phy->hdev);
65 65
66 nfc_mei_phy_disable(phy);
67
68 nfc_mei_phy_free(phy); 66 nfc_mei_phy_free(phy);
69 67
70 return 0; 68 return 0;