| commit | 4ed53a5af75d858bd224c2cdd7604e347a63218f | [log] [tgz] |
|---|---|---|
| author | Roel Kluin <12o3l@tiscali.nl> | Sun Oct 28 22:15:33 2007 -0300 |
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sun Nov 04 21:41:25 2007 -0200 |
| tree | 720b6b57bb160f86ab3b2185ff57f66aa26290ef | |
| parent | 85085ad7b2cc281a94bb406172ba938870863639 [diff] |
V4L/DVB (6503): pvrusb2: Fix associativity logic error
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>