Skip to content

Commit

Permalink
NFC: nfc_driver_failure() implementation
Browse files Browse the repository at this point in the history
If the device is polling we sent a 0 target found event.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Eric Lapuyade authored and John W. Linville committed Jul 9, 2012
1 parent d94f9c5 commit 9eb334a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions net/nfc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,13 +663,9 @@ int nfc_target_lost(struct nfc_dev *dev, u32 target_idx)
}
EXPORT_SYMBOL(nfc_target_lost);

void nfc_driver_failure(struct nfc_dev *dev, int err)
inline void nfc_driver_failure(struct nfc_dev *dev, int err)
{
/*
* TODO: if polling is active, send empty target_found
* or else do whatever makes sense to let user space
* know this device needs to be closed and reinitialized.
*/
nfc_targets_found(dev, NULL, 0);
}
EXPORT_SYMBOL(nfc_driver_failure);

Expand Down

0 comments on commit 9eb334a

Please sign in to comment.