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:
85085ad
)
V4L/DVB (6503): pvrusb2: Fix associativity logic error
author
Roel Kluin
<12o3l@tiscali.nl>
Mon, 29 Oct 2007 01:15:33 +0000
(22:15 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 4 Nov 2007 23:41:25 +0000
(21:41 -0200)
if(!x & y) should either be if(!(x & y)) or if(!x && y)
I made changes as seemed appropriate, but please review
this is against current git.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found