From: H Hartley Sweeten Date: Fri, 8 Jun 2012 00:31:19 +0000 (-0700) Subject: staging: comedi: adl_pci9118: if test should use logical AND not bitwise AND X-Git-Tag: v3.6-rc1~100^2~868 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdf8ec0a57e5c4f90f4d6e83938f24653360d84;p=pandora-kernel.git staging: comedi: adl_pci9118: if test should use logical AND not bitwise AND This quiets a couple sparse warnings about: warning: dubious: !x & y Also, remove the unnecessary parentheses around the variables. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed