linux-stable/drivers/staging/iio/meter
Cristina Opriceana 45297571e9 Staging: iio: meter: Remove explicit NULL comparison
This patch removes explicit NULL comparison and replaces it with
its shorter form. Detected 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:20 +02:00
..
ade7753.c Staging: iio: Simplify return logic 2015-03-16 16:11:40 +01:00
ade7753.h
ade7754.c Staging: iio: Add error check on iio_register_device() 2015-04-01 17:23:20 +02:00
ade7754.h
ade7758.h First round of IIO new drivers, cleanups and functionality for the 3.20 cycle take 2 2015-01-21 10:13:37 +08:00
ade7758_core.c Staging: iio: meter: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
ade7758_ring.c Staging: iio: meter: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
ade7758_trigger.c Staging: iio: meter: Remove explicit NULL comparison 2015-04-01 17:23:20 +02:00
ade7759.c First set of new drivers, cleanups and functionality for IIO in the 4.1 cycle. 2015-03-24 22:53:52 +01:00
ade7759.h
ade7854-i2c.c drivers: staging: iio: meter: Removed unnecessary variable 2015-03-09 13:39:09 +01:00
ade7854-spi.c drivers: staging: iio: meter: Removed unnecessary variable 2015-03-09 13:39:09 +01:00
ade7854.c
ade7854.h Staging: iio: meter: Fix unnecessary space warning 2014-09-22 07:59:36 -07:00
Kconfig Staging: iio: meter: Kconfig: Add module name information in Kconfig 2014-10-20 10:29:08 +08:00
Makefile
meter.h Staging: iio: Added define guards where needed 2015-03-06 09:54:33 -08:00