]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (6503): pvrusb2: Fix associativity logic error
authorRoel Kluin <12o3l@tiscali.nl>
Mon, 29 Oct 2007 01:15:33 +0000 (22:15 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 4 Nov 2007 23:41:25 +0000 (21:41 -0200)
commit8831a6b53e787478d5ad5fef8b5359c2b94c4719
tree720b6b57bb160f86ab3b2185ff57f66aa26290ef
parent46cf58843d5d41309c9298e2be0743a34dabc0c9
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>
drivers/media/video/pvrusb2/pvrusb2-ctrl.c