ath9k: Remove useless return value check
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Sun, 1 Mar 2015 06:23:44 +0000 (11:53 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Mar 2015 13:46:51 +0000 (15:46 +0200)
commit44b9b56e509508ceeaadd33da66df9d85e576d47
tree2fadfe4d96efe517998734ed5607ff3116b62b2c
parent3f5fe2364836cf809b740a15cfe96270e6e9beae
ath9k: Remove useless return value check

ath_init_btcoex_timer() always returns 0, so
checking for error conditions is not required.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/gpio.c