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:
86b0905
)
[media] staging: solo6x10: fix | vs &
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sat, 9 Jun 2012 06:47:32 +0000
(
03:47
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 18 Jun 2012 23:08:39 +0000
(20:08 -0300)
The test here is never true because '&' was used instead of '|'. It was
the same as:
if (status & ((1<<16) & (1<<17)) ...
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found