OpenCloudOS-Kernel/drivers/net/wireless/rtlwifi/rtl8188ee
Joe Perches 9cb76aa994 rtlwifi: Remove addressof casts to same type
Using addressof then casting to the original type is pointless,
so remove these unnecessary casts.

Done via coccinelle script:

$ cat typecast.cocci
@@
type T;
T foo;
@@

-	(T *)&foo
+	&foo

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-03-27 14:20:05 -04:00
..
Makefile rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
def.h
dm.c rtlwifi: Prepare existing drivers for new driver 2014-03-04 13:19:36 -05:00
dm.h
fw.c treewide: Fix typo in printk 2013-08-20 12:44:03 +02:00
fw.h
hw.c rtlwifi: Remove addressof casts to same type 2014-03-27 14:20:05 -04:00
hw.h
led.c
led.h
phy.c rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
pwrseq.c
pwrseq.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
pwrseqcmd.c
pwrseqcmd.h
reg.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
rf.c
rf.h
sw.c rtlwifi: rtl8188ee: Convert driver to use new rtl_phy_scan_operation_backup() routine 2013-10-03 16:40:02 -04:00
sw.h
table.c
table.h
trx.c rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new API 2014-03-06 14:29:56 -05:00
trx.h rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new API 2014-03-06 14:29:56 -05:00