commit | f304a993190965f48baa49792d5ab2849ae26bf9 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 30 13:25:56 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 04 15:26:11 2012 -0400 |
tree | 847a078348b028691c2a7a36446c9000ad1bff83 | |
parent | 5204267d2fd5e98fc52b44fec01ad10352642b78 [diff] |
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>