From: Ian Abbott Date: Thu, 31 Jul 2014 13:47:45 +0000 (+0100) Subject: staging: comedi: amplc_pci224: omit '!= 0' from logical expressions X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1386 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3cda6d39bba3368ed9823f78bbd145e3a1416e;p=pandora-kernel.git staging: comedi: amplc_pci224: omit '!= 0' from logical expressions Since anything non-zero is logically "true", don't bother doing "not-equal" comparisons with zero, except when testing for an explicit number 0 (not as a result of bit tests for example). Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed