Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 066f9051 authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

staging:iio:adc:lpc32xx 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: default avatarJonathan Cameron <jic23@kernel.org>
cc: Roland Stigge <stigge@antcom.de>
parent 78a5fa67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ static const struct iio_info lpc32xx_adc_iio_info = {
	.type = IIO_VOLTAGE,				\
	.indexed = 1,					\
	.channel = _index,				\
	.info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT,	\
	.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),	\
	.address = AD_IN * _index,			\
	.scan_index = _index,				\
}