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
..
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
Documentation
frequency
gyro
impedance-analyzer
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
trigger
Kconfig
Makefile
ring_hw.h
TODO