提交 9eb334ac 编写于 作者: E Eric Lapuyade 提交者: John W. Linville

NFC: nfc_driver_failure() implementation

If the device is polling we sent a 0 target found event.
Signed-off-by: NEric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 d94f9c55
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册