]> git.karo-electronics.de Git - karo-tx-linux.git/commit
brcmfmac: Fix likely misuse of | for &
authorJoe Perches <joe@perches.com>
Wed, 30 May 2012 20:25:56 +0000 (13:25 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Jun 2012 19:26:11 +0000 (15:26 -0400)
commitf304a993190965f48baa49792d5ab2849ae26bf9
tree847a078348b028691c2a7a36446c9000ad1bff83
parent5204267d2fd5e98fc52b44fec01ad10352642b78
brcmfmac: Fix likely misuse of | for &

Using | with a constant is always true.
Likely this should have be &.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c