RE: [PATCH 04/16] staging:iio:adc:ad799x trivial: use the convenient chan struct.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jonathan Cameron wrote on 2011-09-23:
> This is much cleaner than bouncing through the various structures
> to get to the same thing.
>
> Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxx>

Acked-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx>

> ---
>  drivers/staging/iio/adc/ad799x_core.c |    7 +++----
>  1 files changed, 3 insertions(+), 4 deletions(-)
> diff --git a/drivers/staging/iio/adc/ad799x_core.c
> b/drivers/staging/iio/adc/ad799x_core.c index 3b5f8be..517cbd9 100644
> --- a/drivers/staging/iio/adc/ad799x_core.c +++
> b/drivers/staging/iio/adc/ad799x_core.c @@ -159,12 +159,11 @@ static int
> ad799x_read_raw(struct iio_dev *dev_info,
>
>               if (ret < 0)
>                       return ret;
> -             *val = (ret >> st->chip_info->channel[0].scan_type.shift) &
> -                     RES_MASK(st->chip_info-
>> channel[0].scan_type.realbits);
> +             *val = (ret >> chan->scan_type.shift) &
> +                     RES_MASK(chan->scan_type.realbits);
>               return IIO_VAL_INT;
>       case (1 << IIO_CHAN_INFO_SCALE_SHARED):
> -             scale_uv = (st->int_vref_mv * 1000)
> -                     >> st->chip_info->channel[0].scan_type.realbits;
> +             scale_uv = (st->int_vref_mv * 1000) >> chan-
>> scan_type.realbits;
>>              *val =  scale_uv / 1000;
>>              *val2 = (scale_uv % 1000) * 1000;
>>              return IIO_VAL_INT_PLUS_MICRO;

Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin, Margaret Seif



--
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


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux