aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/iio/adc/exynos_adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/exynos_adc.c b/drivers/iio/adc/exynos_adc.c
index ed6fdd7e5212..6e968ae48c8a 100644
--- a/drivers/iio/adc/exynos_adc.c
+++ b/drivers/iio/adc/exynos_adc.c
@@ -198,7 +198,7 @@ static const struct iio_info exynos_adc_iio_info = {
198 .indexed = 1, \ 198 .indexed = 1, \
199 .channel = _index, \ 199 .channel = _index, \
200 .address = _index, \ 200 .address = _index, \
201 .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \ 201 .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
202 .datasheet_name = _id, \ 202 .datasheet_name = _id, \
203} 203}
204 204