linux/drivers/staging/rt3090
Julia Lawall 2e9ab1e72c Staging: Correct use of ! and &
Correct priority problem in the use of ! and &.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@ expression E; constant C; @@
- !E & C
+ !(E & C)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:06 -07:00
..
chips
common
sta
Kconfig
Makefile
action.h
ap.h
ap_apcli.h
ap_autoChSel.h
ap_autoChSel_cmm.h
ap_cfg.h
ap_ids.h
ap_mbss.h
ap_uapsd.h
ap_wds.h
chlist.h
config.mk
crypt_hmac.h
crypt_md5.h
crypt_sha2.h
dfs.h
eeprom.h
firmware.h
igmp_snoop.h
ipv6.h
link_list.h
mac_pci.h
mlme.h
mlme_ex.h
mlme_ex_def.h
netif_block.h
oid.h
pci_main_dev.c
rt30xx.h
rt33xx.h
rt3090.h
rt3370.h
rt3390.h
rt_ate.c
rt_ate.h
rt_config.h
rt_linux.c
rt_linux.h
rt_main_dev.c
rt_pci_rbus.c
rt_profile.c
rtmp.h
rtmp_chip.h
rtmp_def.h
rtmp_dot11.h
rtmp_iface.h
rtmp_mac.h
rtmp_mcu.h
rtmp_os.h
rtmp_pci.h
rtmp_phy.h
rtmp_timer.h
rtmp_type.h
spectrum.h
spectrum_def.h
sta_ioctl.c
vr_ikans.h
wpa.h