commit | 38e2a644174e74f948ec4415ae5b5c76f1412b0e | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <der.herr@hofr.at> | Thu Jan 08 13:27:34 2015 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jan 13 16:19:59 2015 +0200 |
tree | 250fa81bc6fd1c503b2c5aafddc527fe163a11fd | |
parent | 49274332a43a70b3a3f40ba6db14d9c0677e8e02 [diff] |
ath10k: fixup wait_for_completion_timeout return handling 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>