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:
parent
3589ba9943
commit
0d23d328c0
|
@ -198,7 +198,7 @@ static const struct iio_info exynos_adc_iio_info = {
|
|||
.indexed = 1, \
|
||||
.channel = _index, \
|
||||
.address = _index, \
|
||||
.info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \
|
||||
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
|
||||
.datasheet_name = _id, \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue