aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/core.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/nfc/core.c b/net/nfc/core.c
index 749ee48d3600..00105e77c792 100644
--- a/net/nfc/core.c
+++ b/net/nfc/core.c
@@ -663,13 +663,9 @@ int nfc_target_lost(struct nfc_dev *dev, u32 target_idx)
663} 663}
664EXPORT_SYMBOL(nfc_target_lost); 664EXPORT_SYMBOL(nfc_target_lost);
665 665
666void nfc_driver_failure(struct nfc_dev *dev, int err) 666inline void nfc_driver_failure(struct nfc_dev *dev, int err)
667{ 667{
668 /* 668 nfc_targets_found(dev, NULL, 0);
669 * TODO: if polling is active, send empty target_found
670 * or else do whatever makes sense to let user space
671 * know this device needs to be closed and reinitialized.
672 */
673} 669}
674EXPORT_SYMBOL(nfc_driver_failure); 670EXPORT_SYMBOL(nfc_driver_failure);
675 671