linux/drivers/net/wireless/ath/carl9170
Eric Dumazet 2cfa5a0471 net: treewide use of RCU_INIT_POINTER
rcu_assign_pointer(ptr, NULL) can be safely replaced by
RCU_INIT_POINTER(ptr, NULL)

(old rcu_assign_pointer() macro was testing the NULL value and could
omit the smp_wmb(), but this had to be removed because of compiler
warnings)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-23 18:48:19 -05:00
..
carl9170.h
cmd.c
cmd.h
debug.c
debug.h
eeprom.h
fw.c
fwcmd.h
fwdesc.h
hw.h
Kconfig
led.c
mac.c
main.c net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00
Makefile
phy.c
phy.h
rx.c
tx.c
usb.c
version.h
wlan.h