Nicholas Mc Guire 71c47df4aa ath10k: txrx: remove unreachable negative return check and fixup type
wait_event_timeout(), introduced in 'commit 5e3dd157d7e7 ("ath10k: mac80211
driver for Qualcomm Atheros 802.11ac CQA98xx devices")' never returns < 0
so the only failure condition to be checked is == 0 (timeout). Further the
return type is long not int - an appropriately named variable is added
and the assignments fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2015-06-16 13:14:54 +03:00
..
2015-06-15 13:25:32 +03:00
2015-06-15 13:25:32 +03:00
2014-10-02 14:23:14 -04:00
2014-10-07 14:48:37 -04:00
2014-10-02 14:23:14 -04:00
2014-10-02 14:23:14 -04:00
2014-10-02 14:23:14 -04:00