linux-stable/net/nfc/nci
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
..
core.c nfc: signedness bug in __nci_request() 2011-12-12 14:23:27 -05:00
data.c NFC: protect nci_data_exchange transactions 2011-09-27 14:34:05 -04:00
Kconfig NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00
lib.c 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
ntf.c NFC: protect nci_data_exchange transactions 2011-09-27 14:34:05 -04:00
rsp.c NFC: basic NCI protocol implementation 2011-09-20 14:43:49 -04:00