[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190727230613.67333b28@archlinux>
Date: Sat, 27 Jul 2019 23:06:13 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Gwendal Grignou <gwendal@...omium.org>
Cc: bleung@...omium.org, enric.balletbo@...labora.com,
groeck@...omium.org, fabien.lahoudere@...labora.com,
dianders@...omium.org, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 2/4] iio: cros_ec_accel_legacy: Fix incorrect channel
setting
On Mon, 15 Jul 2019 16:14:52 -0700
Gwendal Grignou <gwendal@...omium.org> 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 <gwendal@...omium.org>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> 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 b/drivers/iio/accel/cros_ec_accel_legacy.c
> index 46bb2e421bb9..ad19d9c716f4 100644
> --- a/drivers/iio/accel/cros_ec_accel_legacy.c
> +++ b/drivers/iio/accel/cros_ec_accel_legacy.c
> @@ -319,7 +319,6 @@ static const struct iio_chan_spec_ext_info cros_ec_accel_legacy_ext_info[] = {
> .modified = 1, \
> .info_mask_separate = \
> BIT(IIO_CHAN_INFO_RAW) | \
> - BIT(IIO_CHAN_INFO_SCALE) | \
> BIT(IIO_CHAN_INFO_CALIBBIAS), \
> .info_mask_shared_by_all = BIT(IIO_CHAN_INFO_SCALE), \
> .ext_info = cros_ec_accel_legacy_ext_info, \
Powered by blists - more mailing lists