ath10k: fixup wait_for_completion_timeout return handling
authorNicholas Mc Guire <der.herr@hofr.at>
Thu, 8 Jan 2015 12:27:34 +0000 (13:27 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 13 Jan 2015 14:19:59 +0000 (16:19 +0200)
wait_for_completion_timeout does not return negative values so the tests
for <= 0 are not needed and the case differentiation in the error handling
path unnecessary.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found