From: H Hartley Sweeten Date: Fri, 8 Jun 2012 00:25:35 +0000 (-0700) Subject: staging: comedi: pcl816: if test should use logical OR not bitwise OR X-Git-Tag: v3.6-rc1~100^2~867 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26d925f42064a800c1226e15dbaa23da1721fb7;p=pandora-kernel.git staging: comedi: pcl816: if test should use logical OR not bitwise OR This quiets a couple sparse warnings about: warning: dubious: !x | !y warning: dubious: x | !y Also, remove the unnecessary parentheses abound 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