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:
f08aacf
)
[media] ds3000: using logical && instead of bitwise &
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 17 Jan 2012 06:28:51 +0000
(
03:28
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 18 Jan 2012 01:05:13 +0000
(23:05 -0200)
The intent here was to test if the FE_HAS_LOCK was set. The current
test is equivalent to "if (status) { ..."
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found