linux/drivers/net/wireless/st/cw1200
Lee Jones e2eb189e76 cw1200: wsm: Remove 'dummy' variables
They're never read, so there is no reason for them to exist.

They just cause the compiler to complain.

Fixes the following W=1 kernel build warning(s):

 drivers/net/wireless/st/cw1200/wsm.c: In function ‘wsm_ba_timeout_indication’:
 drivers/net/wireless/st/cw1200/wsm.c:1033:5: warning: variable ‘dummy2’ set but not used [-Wunused-but-set-variable]
 drivers/net/wireless/st/cw1200/wsm.c:1031:6: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable]

Cc: Solomon Peachy <pizza@shaftnet.org>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200819072402.3085022-14-lee.jones@linaro.org
2020-09-01 12:02:43 +03:00
..
bh.c
bh.h
cw1200.h
cw1200_sdio.c cw1200: Remove local sdio VENDOR and DEVICE id definitions 2020-05-29 20:15:24 +03:00
cw1200_spi.c
debug.c
debug.h
fwio.c
fwio.h
hwbus.h
hwio.c
hwio.h
Kconfig
main.c
Makefile
pm.c
pm.h
queue.c
queue.h
scan.c
scan.h
sta.c
sta.h
txrx.c
txrx.h
wsm.c cw1200: wsm: Remove 'dummy' variables 2020-09-01 12:02:43 +03:00
wsm.h