1
0
Fork 0
alistair23-linux/drivers/staging/iio
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
..
Documentation Staging: iio: Documentation: Remove unused sysfs attributes 2016-01-30 16:27:11 +00:00
accel Staging: iio: Fixed block comments warning 2016-03-11 22:09:09 -08:00
adc staging: iio: adc: Replace of_iomap() with devm_ioremap_resource() 2016-03-11 22:09:09 -08:00
addac staging: iio: addac: Remove unnecessary else after return 2016-03-11 22:09:09 -08:00
cdc staging: iio: Remove parentheses on the right hand side of assignment 2016-02-11 19:37:15 -08:00
frequency Staging: iio: frequency: use dev_get_platdata() 2015-12-02 18:42:06 +00:00
gyro spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
impedance-analyzer Staging:iio:Remove exceptional & on function name 2016-02-06 18:07:04 +00:00
light staging: iio: light: tsl2x7x: remove useless initialization 2016-03-11 22:09:09 -08:00
meter Staging: iio: ade7854: Remove unnecessary goto. 2016-03-11 22:09:09 -08:00
resolver staging: iio: resolver: fix comparison to NULL 2016-02-20 14:46:35 -08:00
trigger staging:iio: Remove periodic RTC trigger driver 2016-02-27 17:18:38 +00:00
Kconfig iio: hmc5843: Move hmc5843 out of staging 2016-02-24 20:40:39 +00:00
Makefile iio: hmc5843: Move hmc5843 out of staging 2016-02-24 20:40:39 +00:00
TODO staging:iio: Remove periodic RTC trigger driver 2016-02-27 17:18:38 +00:00
ring_hw.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00