diff options
-rw-r--r-- | drivers/iio/dac/ad5686.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/dac/ad5686.c b/drivers/iio/dac/ad5686.c index 5e554af21703..06439b1af9b6 100644 --- a/drivers/iio/dac/ad5686.c +++ b/drivers/iio/dac/ad5686.c | |||
@@ -276,9 +276,9 @@ static const struct iio_chan_spec_ext_info ad5686_ext_info[] = { | |||
276 | .indexed = 1, \ | 276 | .indexed = 1, \ |
277 | .output = 1, \ | 277 | .output = 1, \ |
278 | .channel = chan, \ | 278 | .channel = chan, \ |
279 | .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT | \ | 279 | .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ |
280 | IIO_CHAN_INFO_SCALE_SHARED_BIT, \ | 280 | .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),\ |
281 | .address = AD5686_ADDR_DAC(chan), \ | 281 | .address = AD5686_ADDR_DAC(chan), \ |
282 | .scan_type = IIO_ST('u', bits, 16, shift), \ | 282 | .scan_type = IIO_ST('u', bits, 16, shift), \ |
283 | .ext_info = ad5686_ext_info, \ | 283 | .ext_info = ad5686_ext_info, \ |
284 | } | 284 | } |