alistair23-linux/drivers/staging/iio
Cristina Opriceana aa5587f3cb Staging: iio: accel: Remove explicit NULL comparison
This patch removes explicit NULL comparison and writes it in its
equivalent shorter form. Done with coccinelle.

@replace_rule@
expression e;
@@

-e == NULL
+ !e

Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-04-01 17:23:21 +02:00
..
accel Staging: iio: accel: Remove explicit NULL comparison 2015-04-01 17:23:21 +02:00
adc Staging: iio: adc: Remove explicit NULL comparison 2015-04-01 17:23:21 +02:00
addac staging: iio: addac: annotate Kconfig entries with module name information 2014-10-20 10:29:08 +08:00
cdc
Documentation iio: Move iio userspace applications out of staging 2015-03-09 17:16:08 +00:00
frequency Staging: iio: Use braces on all arms of if statement 2015-03-16 16:14:05 +01:00
gyro Staging: iio: gyro: Added description for config symbol. 2014-10-20 10:29:08 +08:00
impedance-analyzer Staging: iio: impedance-analyzer: Remove explicit NULL comparison 2015-04-01 17:23:21 +02:00
light Staging: iio: Remove parentheses around right side an assignment 2015-03-16 16:10:08 +01:00
magnetometer First set of new drivers, cleanups and functionality for IIO in the 4.1 cycle. 2015-03-24 22:53:52 +01:00
meter Staging: iio: meter: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
resolver First set of new drivers, cleanups and functionality for IIO in the 4.1 cycle. 2015-03-24 22:53:52 +01:00
trigger Staging: iio: trigger: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
iio_dummy_evgen.c Staging: iio: iio_dummy_evgen: Simplify NULL comparison 2015-04-01 17:23:20 +02:00
iio_dummy_evgen.h iio: dummy: Add virtual registers for dummy device 2014-11-22 11:05:44 +00:00
iio_simple_dummy.c Staging: iio: iio_simple_dummy: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
iio_simple_dummy.h staging: iio: dummy: fix compile error when not using buffering 2015-01-01 12:20:52 +00:00
iio_simple_dummy_buffer.c Staging: iio: iio_simple_dummy: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
iio_simple_dummy_events.c iio: core: Remove IIO_EV_TYPE_INSTANCE 2015-01-27 18:49:55 +00:00
Kconfig kconfig: use bool instead of boolean for type definition attributes 2015-01-07 13:08:04 +01:00
Makefile
ring_hw.h
TODO