diff options
Diffstat (limited to 'drivers/iio/adc/at91_adc.c')
-rw-r--r-- | drivers/iio/adc/at91_adc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c index 83c836ba600f..92eb6a5b9e72 100644 --- a/drivers/iio/adc/at91_adc.c +++ b/drivers/iio/adc/at91_adc.c | |||
@@ -140,8 +140,8 @@ static int at91_adc_channel_init(struct iio_dev *idev) | |||
140 | chan->scan_type.sign = 'u'; | 140 | chan->scan_type.sign = 'u'; |
141 | chan->scan_type.realbits = 10; | 141 | chan->scan_type.realbits = 10; |
142 | chan->scan_type.storagebits = 16; | 142 | chan->scan_type.storagebits = 16; |
143 | chan->info_mask = IIO_CHAN_INFO_SCALE_SHARED_BIT | | 143 | chan->info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE); |
144 | IIO_CHAN_INFO_RAW_SEPARATE_BIT; | 144 | chan->info_mask_separate = BIT(IIO_CHAN_INFO_RAW); |
145 | idx++; | 145 | idx++; |
146 | } | 146 | } |
147 | timestamp = chan_array + idx; | 147 | timestamp = chan_array + idx; |