Sorry for the noise.

This patch should be ignored because of wrong title.

Thanks,


On Fri, Jun 7, 2013 at 6:12 PM, Jonghwan Choi <[email protected]> wrote:
> From: Michael Hennerich <[email protected]>
>
> This patch looks like it should be in the 3.9-stable tree, should we apply
> it?
>
> ------------------
>
> From: "Michael Hennerich <[email protected]>"
>
> commit 6c5d4c96f979611f0165dc825af9e1cea8dd35b9 upstream
>
> Signed-off-by: Michael Hennerich <[email protected]>
> Signed-off-by: Jonathan Cameron <[email protected]>
> Signed-off-by: Jonghwan Choi <[email protected]>
> ---
>  drivers/iio/inkern.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c
> index b289915..8ff1a2d 100644
> --- a/drivers/iio/inkern.c
> +++ b/drivers/iio/inkern.c
> @@ -279,7 +279,7 @@ static int iio_convert_raw_to_processed_unlocked(struct 
> iio_channel *chan,
>         s64 raw64 = raw;
>         int ret;
>
> -       ret = iio_channel_read(chan, &offset, NULL, IIO_CHAN_INFO_SCALE);
> +       ret = iio_channel_read(chan, &offset, NULL, IIO_CHAN_INFO_OFFSET);
>         if (ret == 0)
>                 raw64 += offset;
>
> --
> 1.8.1.2
>
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to