aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2013-02-27 19:07:39 +0000
committerJonathan Cameron <jic23@kernel.org>2013-03-17 19:49:30 +0000
commit9123972218112b6739686f4a1e7ba94af9a1879d (patch)
tree023f0eec4e524165a5f4155200e81da1fb000e29 /drivers/iio
parent6c572522030e15a4c9eadea3f86cf33a7fa335a2 (diff)
iio:adc:viperboard_adc 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> cc: Lars Poeschel <poeschel@lemonage.de>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/adc/viperboard_adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/viperboard_adc.c b/drivers/iio/adc/viperboard_adc.c
index ad0261533de..56ac481c73c 100644
--- a/drivers/iio/adc/viperboard_adc.c
+++ b/drivers/iio/adc/viperboard_adc.c
@@ -41,7 +41,7 @@ struct vprbrd_adc {
.type = IIO_VOLTAGE, \
.indexed = 1, \
.channel = _index, \
- .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \
+ .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \
.scan_index = _index, \
.scan_type = { \
.sign = 'u', \