diff options
Diffstat (limited to 'drivers/iio/pressure')
-rw-r--r-- | drivers/iio/pressure/ms5611_core.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/iio/pressure/ms5611_core.c b/drivers/iio/pressure/ms5611_core.c index e42c8531d9b3..1109513cdda9 100644 --- a/drivers/iio/pressure/ms5611_core.c +++ b/drivers/iio/pressure/ms5611_core.c | |||
@@ -163,13 +163,11 @@ static int ms5611_read_raw(struct iio_dev *indio_dev, | |||
163 | static const struct iio_chan_spec ms5611_channels[] = { | 163 | static const struct iio_chan_spec ms5611_channels[] = { |
164 | { | 164 | { |
165 | .type = IIO_PRESSURE, | 165 | .type = IIO_PRESSURE, |
166 | .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) | | 166 | .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED), |
167 | BIT(IIO_CHAN_INFO_SCALE) | ||
168 | }, | 167 | }, |
169 | { | 168 | { |
170 | .type = IIO_TEMP, | 169 | .type = IIO_TEMP, |
171 | .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) | | 170 | .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED), |
172 | BIT(IIO_CHAN_INFO_SCALE) | ||
173 | } | 171 | } |
174 | }; | 172 | }; |
175 | 173 | ||