diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-10-05 17:56:36 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-10-06 14:40:57 +0300 |
commit | 92438a2cdb5d152d152ca7c449b033c255b977b4 (patch) | |
tree | 55a571f980fa7d6f3cd332ba489dde7329e5dd2e | |
parent | b9e284e515af75e72043bb802cfb52cd9bd04450 (diff) | |
download | lwn-92438a2cdb5d152d152ca7c449b033c255b977b4.tar.gz lwn-92438a2cdb5d152d152ca7c449b033c255b977b4.zip |
ath10k: remove void function return statements
drivers/net/wireless/ath/ath10k/wmi.c:3023: void function return statements are not generally useful
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 0c7a233a223c..186b363c8b35 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c @@ -3018,8 +3018,6 @@ static void ath10k_wmi_update_noa(struct ath10k *ar, struct ath10k_vif *arvif, memcpy(skb_put(bcn, arvif->u.ap.noa_len), arvif->u.ap.noa_data, arvif->u.ap.noa_len); - - return; } static int ath10k_wmi_op_pull_swba_ev(struct ath10k *ar, struct sk_buff *skb, |