On 06/03/2013 09:04 AM, michael.hennerich@xxxxxxxxxx wrote: > From: Michael Hennerich <michael.hennerich@xxxxxxxxxx> > > Signed-off-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx> oops. Applied to fixes-togreg branch of iio.git Thanks, > --- > 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 795d100..442d529 100644 > --- a/drivers/iio/inkern.c > +++ b/drivers/iio/inkern.c > @@ -450,7 +450,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; > > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html