Re: [PATCH v4 2/4] iio: cros_ec_accel_legacy: Fix incorrect channel setting

2019-07-14 Thread Jonathan Cameron
On Fri, 28 Jun 2019 12:17:09 -0700 Gwendal Grignou wrote: > INFO_SCALE is set both for each channel and all channels. > iio is using all channel setting, so the error was not user visible. > > Signed-off-by: Gwendal Grignou This one I am going to take because it is stand alone and I have some o

[PATCH v4 2/4] iio: cros_ec_accel_legacy: Fix incorrect channel setting

2019-06-28 Thread Gwendal Grignou
INFO_SCALE is set both for each channel and all channels. iio is using all channel setting, so the error was not user visible. Signed-off-by: Gwendal Grignou --- drivers/iio/accel/cros_ec_accel_legacy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/accel/cros_ec_accel_legacy.c