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:
27b93d8
)
[media] af9013: change & to &&
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 5 Jan 2012 05:23:28 +0000
(
02:23
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 6 Jan 2012 19:17:43 +0000
(17:17 -0200)
This is just a cleanup, it doesn't change how the code works. These
are compound conditions and not bitwise operations so it should be &&
and not &.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found