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
..
2011-10-24 11:13:12 -05:00
2011-08-02 04:29:23 -07:00
2011-10-30 04:43:30 -04:00
2011-10-19 03:10:46 -04:00
2011-09-22 03:23:13 -04:00
2011-04-17 00:48:31 -07:00
2011-10-30 03:05:07 -04:00
2011-12-03 08:20:00 +09:00
2011-10-24 18:18:09 -04:00
2011-10-25 19:22:23 -04:00
2011-10-17 19:22:46 -04:00
2011-09-29 19:58:58 -07:00
2011-10-30 04:43:30 -04:00
2011-10-06 15:49:51 -04:00
2011-10-27 00:44:35 -04:00
2011-08-02 04:29:23 -07:00
2011-03-17 11:59:32 +11:00
2011-08-17 20:22:03 -07:00
2011-07-03 20:05:16 -07:00
2011-09-15 14:49:44 -04:00
2011-09-15 15:36:35 -04:00
2011-10-27 00:44:35 -04:00
2011-10-30 04:12:36 -04:00
2011-03-21 18:16:39 -07:00
2011-10-26 15:11:09 +02:00
2011-10-13 16:05:07 -04:00
2011-06-16 23:19:27 -04:00
2011-10-24 18:18:09 -04:00
2011-09-16 19:20:20 -04:00
2011-04-11 18:59:05 -07:00
2011-12-07 15:09:53 -05:00
2011-10-25 13:25:22 +02:00
2011-08-20 10:39:12 -07:00
2011-09-28 13:29:50 -04:00
2011-07-01 16:11:16 -07:00
2011-12-12 14:23:27 -05:00
2011-10-18 23:22:07 -04:00
2011-08-02 04:29:23 -07:00
2011-10-25 13:25:22 +02:00
2011-10-03 15:19:19 -04:00
2011-07-07 02:41:59 -07:00
2011-05-19 18:51:50 -04:00
2011-10-24 18:40:14 -04:00
2011-10-27 00:44:35 -04:00
2011-10-25 15:44:06 +02:00
2011-09-17 22:55:15 -04:00
2011-09-28 13:29:50 -04:00
2011-03-31 11:26:23 -03:00
2011-11-30 14:16:33 -05:00
2011-10-17 19:31:40 -04:00
2011-10-19 03:10:46 -04:00
2011-05-05 11:10:14 -07:00
2011-07-05 15:26:57 -04:00
2011-07-05 15:26:57 -04:00
2011-09-22 03:23:13 -04:00