remarkable-linux/net/nfc
Dan Carpenter f8c141c3e9 nfc: signedness bug in __nci_request()
wait_for_completion_interruptible_timeout() returns -ERESTARTSYS if
interrupted so completion_rc needs to be signed.  The current code
probably returns -ETIMEDOUT if we hit this situation, but after this
patch is applied it will return -ERESTARTSYS.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-12-12 14:23:27 -05:00
..
nci nfc: signedness bug in __nci_request() 2011-12-12 14:23:27 -05:00
af_nfc.c NFC: add NFC socket family 2011-07-05 15:26:58 -04:00
core.c NFC: Add dev_up and dev_down control operations 2011-09-20 14:43:49 -04:00
Kconfig NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
Makefile NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
netlink.c NFC: Add dev_up and dev_down control operations 2011-09-20 14:43:49 -04:00
nfc.h NFC: move nfc.h from include/net to include/net/nfc 2011-09-20 14:43:49 -04:00
rawsock.c NFC: Reserve tx head and tail room 2011-08-24 14:41:44 -04:00