Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315288
b: refs/heads/master
c: 9eb334a
h: refs/heads/master
v: v3
  • Loading branch information
Eric Lapuyade authored and John W. Linville committed Jul 9, 2012
1 parent 2251b1f commit 4cf6c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d94f9c55ff22397cc3436840437da533e9263716
refs/heads/master: 9eb334ac1709e8f135af341ce1dd0e6b4449c6d3
8 changes: 2 additions & 6 deletions trunk/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 4cf6c7e

Please sign in to comment.