git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdf8ec
)
staging: comedi: pcl816: if test should use logical OR not bitwise OR
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Fri, 8 Jun 2012 00:25:35 +0000
(17:25 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 11 Jun 2012 23:58:57 +0000
(16:58 -0700)
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 <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>
No differences found