alistair23-linux/drivers/staging/iio/addac
Bhaktipriya Shridhar 09971adc33 staging: iio: addac: Remove unnecessary else after return
This patch fixes the checkpatch warning that else is not generally
useful after a break or return.

This was done using Coccinelle:
@@
expression e2;
statement s1;
@@
if(e2) { ... return ...; }
-else
         s1
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
adt7316-i2c.c staging: iio: adt7316: remove useless initialization 2016-03-11 22:09:09 -08:00
adt7316-spi.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
adt7316.c staging: iio: addac: Remove unnecessary else after return 2016-03-11 22:09:09 -08:00
adt7316.h staging: iio: addac: fix line over 80 characters 2014-10-20 10:29:08 +08:00
Kconfig Staging: iio: Allow compile test of GPIO consumers if !GPIOLIB 2015-05-10 20:31:43 +01:00
Makefile