From: Dan Carpenter Date: Tue, 17 Jan 2012 06:28:51 +0000 (-0300) Subject: [media] ds3000: using logical && instead of bitwise & X-Git-Tag: v3.3-rc1~13^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9888f913595515893fa46aca70422aba8a3799;p=pandora-kernel.git [media] ds3000: using logical && instead of bitwise & The intent here was to test if the FE_HAS_LOCK was set. The current test is equivalent to "if (status) { ..." Signed-off-by: Dan Carpenter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed