]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
iio:adc:lp8778_adc move to info_mask_(shared_by_type/separate)
authorJonathan Cameron <jic23@kernel.org>
Wed, 27 Feb 2013 19:06:24 +0000 (19:06 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 Mar 2013 19:49:29 +0000 (19:49 +0000)
The original info_mask is going away in favour of the broken out versions.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
cc: Milo(Woogyom) Kim <milo.kim@ti.com>

drivers/iio/adc/lp8788_adc.c

index 763f57565ee43fe98701d3b42c9e16511031a000..62bc39e9c94f239651f922817268bb98024e6b1e 100644 (file)
@@ -132,8 +132,8 @@ static const struct iio_info lp8788_adc_info = {
                .type = _type,                                  \
                .indexed = 1,                                   \
                .channel = LPADC_##_id,                         \
-               .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |   \
-                       IIO_CHAN_INFO_SCALE_SEPARATE_BIT,       \
+               .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) |  \
+                       BIT(IIO_CHAN_INFO_SCALE),               \
                .datasheet_name = #_id,                         \
 }