summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-12-09 06:35:39 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-12-12 19:23:27 (GMT)
commitf8c141c3e915e3a040d4c1badde28e23f8cbe255 (patch)
treed2b8b3f0530f284fb14e636199decbd3f9105c2a /drivers/net/wireless/ath/ath9k
parent123877b80ed62c3b897c53357b622574c023b642 (diff)
downloadlinux-fsl-qoriq-f8c141c3e915e3a040d4c1badde28e23f8cbe255.tar.xz
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
0 files changed, 0 insertions, 0 deletions