diff options
author | Roel Kluin <12o3l@tiscali.nl> | 2007-10-28 22:15:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-04 21:41:25 -0200 |
commit | 4ed53a5af75d858bd224c2cdd7604e347a63218f (patch) | |
tree | 720b6b57bb160f86ab3b2185ff57f66aa26290ef /mm/nommu.c | |
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>
Diffstat (limited to 'mm/nommu.c')
0 files changed, 0 insertions, 0 deletions