git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5204267
)
brcmfmac: Fix likely misuse of | for &
author
Joe Perches
<joe@perches.com>
Wed, 30 May 2012 20:25:56 +0000
(13:25 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 4 Jun 2012 19:26:11 +0000
(15:26 -0400)
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>
No differences found