Re: [PATCH] ath9k: remove set but not used variable 'acq'
From: Kalle Valo <hidden>
Date: 2019-02-26 13:09:31
Also in:
kernel-janitors, linux-wireless
From: Kalle Valo <hidden>
Date: 2019-02-26 13:09:31
Also in:
kernel-janitors, linux-wireless
YueHaibing [off-list ref] wrote:
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/wireless/ath/ath9k/recv.c: In function 'ath_rx_count_airtime':
drivers/net/wireless/ath/ath9k/recv.c:1010:18: warning:
variable 'acq' set but not used [-Wunused-but-set-variable]
It's not used after 89cea7493a34 ("ath9k: Switch to mac80211 TXQ scheduling
and airtime APIs"). Also remove related variables.
Signed-off-by: YueHaibing <redacted>
Acked-by: Toke Høiland-Jørgensen <redacted>
Signed-off-by: Kalle Valo <redacted>Patch applied to ath-next branch of ath.git, thanks. 03af21d6ba35 ath9k: remove set but not used variable 'acq' -- https://patchwork.kernel.org/patch/10828153/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches