]> asedeno.scripts.mit.edu Git - linux.git/commit
ath10k: snoc: remove set but not used variable 'ar_snoc'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 30 Jan 2019 03:09:00 +0000 (11:09 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Feb 2019 14:54:21 +0000 (16:54 +0200)
commitf9a4b7f45ff595e33c98d652e852854818fddad7
treeec4fd6d5b70de61231f68e9e1528ca5687689020
parentea69598408147eabab23ebedbb5d0492381f0d18
ath10k: snoc: remove set but not used variable 'ar_snoc'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/ath/ath10k/snoc.c: In function 'ath10k_snoc_tx_pipe_cleanup':
drivers/net/wireless/ath/ath10k/snoc.c:681:22: warning:
 variable 'ar_snoc' set but not used [-Wunused-but-set-variable]

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/snoc.c