aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad5504.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/dac/ad5504.c')
-rw-r--r--drivers/iio/dac/ad5504.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/dac/ad5504.c b/drivers/iio/dac/ad5504.c
index e5e59749f109..139206e84cb7 100644
--- a/drivers/iio/dac/ad5504.c
+++ b/drivers/iio/dac/ad5504.c
@@ -259,8 +259,8 @@ static const struct iio_chan_spec_ext_info ad5504_ext_info[] = {
259 .indexed = 1, \ 259 .indexed = 1, \
260 .output = 1, \ 260 .output = 1, \
261 .channel = (_chan), \ 261 .channel = (_chan), \
262 .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT | \ 262 .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
263 IIO_CHAN_INFO_SCALE_SHARED_BIT, \ 263 .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), \
264 .address = AD5504_ADDR_DAC(_chan), \ 264 .address = AD5504_ADDR_DAC(_chan), \
265 .scan_type = IIO_ST('u', 12, 16, 0), \ 265 .scan_type = IIO_ST('u', 12, 16, 0), \
266 .ext_info = ad5504_ext_info, \ 266 .ext_info = ad5504_ext_info, \