commit | a190d26a0d1eee141de3bf690eb3e4ab05203efd | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Tue Jul 29 12:58:20 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 16:54:03 2014 -0700 |
tree | f33af7b131ae36a54ee98cd5509ca4ad65e45d52 | |
parent | 76cb39e014da351eebfdfa77dc69e4978ebcb6b2 [diff] |
staging: comedi: amplc_pci230: omit '!= 0' from logical expressions Since anything non-zero is logically "true", don't bother doing "not-equal" comparisons with zero. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>