commit | 0bdf8ec0a57e5c4f90f4d6e83938f24653360d84 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Thu Jun 07 17:31:19 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 11 16:58:57 2012 -0700 |
tree | e8428b7371396eb39e24ef1360e49dbfbba51875 | |
parent | 47db6d58099437ddcec4fd2e572c95eba8c37cdd [diff] |
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>