Files
linux/drivers/net/wireless/ath/ath6kl
Chaehyun Lim b93015057e ath6kl: fix return value in ath6kl_wmi_set_pvb_cmd
When building with W=1, we got one warning as belows:
drivers/net/wireless/ath/ath6kl/wmi.c:3509:6: warning: variable ‘ret’
set but not used [-Wunused-but-set-variable]

At the end of ath6kl_wmi_set_pvb_cmd, it is returned by 0 regardless of
return value of ath6kl_wmi_cmd_send.
This patch fixes return value from 0 to ret that has result of
ath6kl_wmi_cmd_send execution.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2016-09-28 13:01:17 +03:00
..
2014-07-14 15:49:23 +03:00
2016-05-28 11:21:39 +03:00
2014-03-13 07:47:26 +02:00
2013-08-12 14:11:37 +02:00
2013-08-12 14:11:37 +02:00
2013-03-20 08:55:26 -04:00
2016-04-12 15:56:15 +02:00