linux/drivers/staging/iio
Dan Carpenter b70e19c222 staging: iio/ad7291: fix error code in ad7291_probe()
We should be returning a negative error code instead of success here.

This would have been detected by GCC, except that the "ret" variable was
initialized with a bogus value to disable GCC's uninitialized variable
warnings.  I've cleaned that up, as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Cc: Stable@vger.kernel.org
2014-06-21 11:35:30 +01:00
..
Documentation fix format string missmatch in staging/iio/Documentation/iio_utils.h 2014-05-25 12:09:37 +01:00
accel
adc staging: iio/ad7291: fix error code in ad7291_probe() 2014-06-21 11:35:30 +01:00
addac First round of IIO new driver, functionality and cleanups for the 3.16 cycle. 2014-04-26 08:12:25 -07:00
cdc staging: iio: Fix typo in iio 2014-04-23 21:44:41 +01:00
frequency
gyro
impedance-analyzer
light First set of IIO fixes for the 3.16 cycle. 2014-06-18 10:41:08 -07:00
magnetometer
meter
resolver staging:iio:ad2s1200 fix missing parenthesis in a for statment. 2014-04-26 10:51:14 +01:00
trigger staging: iio: fix coding style 2014-04-14 08:29:28 -07:00
Kconfig staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFER 2014-06-07 11:45:21 +01:00
Makefile
TODO
iio_dummy_evgen.c
iio_dummy_evgen.h
iio_simple_dummy.c
iio_simple_dummy.h
iio_simple_dummy_buffer.c
iio_simple_dummy_events.c
ring_hw.h