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:
f461f27
)
can: cc770: Fix likely misuse of | for &
author
Joe Perches
<joe@perches.com>
Wed, 30 May 2012 20:25:55 +0000
(13:25 -0700)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Sun, 3 Jun 2012 16:59:21 +0000
(18:59 +0200)
Using | with a constant is always true.
Likely this should have be &.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
No differences found