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:
d8c7aae
)
mac80211: Fix likely misuse of | for &
author
Joe Perches
<joe@perches.com>
Wed, 30 May 2012 20:25:54 +0000
(13:25 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 4 Jun 2012 19:25:56 +0000
(15:25 -0400)
Using | with a constant is always true.
Likely this should have be &.
cc: Ben Greear <greearb@candelatech.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found