Skip to content
Snippets Groups Projects
Commit f304a993 authored by Joe Perches's avatar Joe Perches Committed by John W. Linville
Browse files

brcmfmac: Fix likely misuse of | for &


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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5204267d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment