From: Dan Carpenter Date: Sat, 9 Jun 2012 06:47:32 +0000 (-0300) Subject: [media] staging: solo6x10: fix | vs & X-Git-Tag: v3.6-rc1~40^2^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f5a0c78573ed920a7f68de4a92603fdefa2ab6;p=pandora-kernel.git [media] staging: solo6x10: fix | vs & The test here is never true because '&' was used instead of '|'. It was the same as: if (status & ((1<<16) & (1<<17)) ... Signed-off-by: Dan Carpenter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed