linux/drivers/iio/common/cros_ec_sensors
Enric Balletbo i Serra a096926ed4 iio: cros_ec_sensors: Fix return value to get raw and calibbias data.
The cros_ec_sensors_read function must return the type of value on all
cases. This was always true except for RAW and CALIBBIAS data which
returned an error or 0. This patch just fixes the mistake I introduced
when submitting the series.

Fixes: commit c14dca07a3 (iio: cros_ec_sensors: add ChromeOS EC
Contiguous Sensors driver)

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-03-25 15:06:14 +00:00
..
cros_ec_sensors_core.c iio: cros_ec_sensors_core: fix unsigned compared less than zero on status 2016-11-12 14:38:38 +00:00
cros_ec_sensors_core.h
cros_ec_sensors.c iio: cros_ec_sensors: Fix return value to get raw and calibbias data. 2017-03-25 15:06:14 +00:00
Kconfig iio:cros_ec_sensors: Swap from a select to a depends in Kconfig 2016-11-01 17:59:23 +00:00
Makefile