linux_dsm_epyc7002/drivers/net/wireless/st/cw1200
Julia Lawall 06605b0d38 cw1200: drop useless LIST_HEAD
Drop LIST_HEAD where the variable it declares has never
been used.

The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier x;
@@
- LIST_HEAD(x);
  ... when != x
// </smpl>

Fixes: a910e4a94f ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets")
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-01-10 13:35:39 +02:00
..
bh.c
bh.h
cw1200_sdio.c
cw1200_spi.c
cw1200.h
debug.c
debug.h
fwio.c
fwio.h
hwbus.h
hwio.c
hwio.h
Kconfig
main.c
Makefile
pm.c
pm.h
queue.c cw1200: drop useless LIST_HEAD 2019-01-10 13:35:39 +02:00
queue.h
scan.c cw1200: fix missing unlock on error in cw1200_hw_scan() 2019-01-10 13:35:02 +02:00
scan.h
sta.c
sta.h
txrx.c
txrx.h
wsm.c
wsm.h