From: Roel Kluin <12o3l@tiscali.nl> Date: Mon, 29 Oct 2007 01:15:33 +0000 (-0300) Subject: V4L/DVB (6503): pvrusb2: Fix associativity logic error X-Git-Tag: v2.6.24-rc2~30^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed53a5af75d858bd224c2cdd7604e347a63218f;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed