iio:adc:exynos move to info_mask_(shared_by_type/separate)
The original info_mask is going away in favour of the broken out versions. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
This commit is contained in:
@@ -198,7 +198,7 @@ static const struct iio_info exynos_adc_iio_info = {
|
|||||||
.indexed = 1, \
|
.indexed = 1, \
|
||||||
.channel = _index, \
|
.channel = _index, \
|
||||||
.address = _index, \
|
.address = _index, \
|
||||||
.info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
|
||||||
.datasheet_name = _id, \
|
.datasheet_name = _id, \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user