linux/drivers/staging/iio
Bo Yu 0a124e98f4 Staging: iio: return expression instead of return ret
The following Coccinelle script was used to detect this:

@@
local idexpression ret;
expression e;
@@

-ret =
+return
       e;
-return ret;

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-03-11 18:24:38 +00:00
..
accel staging: iio: accel: Rename source files and update Makefile 2017-03-05 11:25:25 +00:00
adc staging:iio:adc:lpc32xx Move out of staging. 2017-02-11 11:19:25 +00:00
addac iio: addac: adt7136: Fix style to use octal file permissions. 2017-02-05 09:14:38 +00:00
cdc staging: iio: ad7152: Use BIT() macro for left shifting 1 2017-02-25 16:46:21 +00:00
Documentation staging: iio: tsl2583: move out of staging 2016-11-13 13:07:33 +00:00
frequency staging: iio: ad9834: Moved contents of the header to the source file 2017-03-02 19:44:06 +00:00
gyro spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
impedance-analyzer Staging: iio: impedance-analyzer: ad5933.c - style fix 2017-02-19 11:06:40 +00:00
light staging: iio: isl29028: add copyright 2017-02-11 09:48:45 +00:00
meter Staging: iio: return expression instead of return ret 2017-03-11 18:24:38 +00:00
resolver Staging: iio: resolver: ad2s1210.c - style fix 2017-02-04 11:44:35 +00:00
trigger iio: trigger: free trigger resource correctly 2017-01-22 16:14:21 +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:TODO drop outdated entries in this todo. 2016-10-23 19:33:40 +01:00