Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio:dac:ad5624r 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: Lars-Peter Clausen <lars@metafoo.de>

+2 -2
+2 -2
drivers/iio/dac/ad5624r_spi.c
··· 174 174 .indexed = 1, \ 175 175 .output = 1, \ 176 176 .channel = (_chan), \ 177 - .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT | \ 178 - IIO_CHAN_INFO_SCALE_SHARED_BIT, \ 177 + .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ 178 + .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), \ 179 179 .address = (_chan), \ 180 180 .scan_type = IIO_ST('u', (_bits), 16, 16 - (_bits)), \ 181 181 .ext_info = ad5624r_ext_info, \