diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-30 17:50:29 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-05-21 04:48:41 -0400 |
commit | e3a6b14ceda0207c3405c6266e5177a85c0db044 (patch) | |
tree | b084691065908513b0695d0d404edd11d9357f63 /drivers/nfc/microread/mei.c | |
parent | 73f3adb9b91efac04e4e7f8379a85400fc57121e (diff) |
NFC: mei: Do not disable MEI devices from their remove routine
Enabling and disabling device is exclusively handled by the mei_phy_ops.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/microread/mei.c')
-rw-r--r-- | drivers/nfc/microread/mei.c | 2 |
1 files changed, 0 insertions, 2 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; |