]> Pileus Git - ~andy/linux/commitdiff
staging:iio:adc:spear move to info_mask_(shared_by_type/separate)
authorJonathan Cameron <jic23@kernel.org>
Mon, 4 Mar 2013 21:06:04 +0000 (21:06 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 Mar 2013 19:49:43 +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>
Acked-by: Stefan Roese <sr@denx.de>
drivers/staging/iio/adc/spear_adc.c

index 13052ceb2f2b062a9f34e86f7fac5fba16fcc0a5..f45da4266950aca0dcfae51aba7b49fea47c40a6 100644 (file)
@@ -180,8 +180,8 @@ static int spear_read_raw(struct iio_dev *indio_dev,
 #define SPEAR_ADC_CHAN(idx) {                          \
        .type = IIO_VOLTAGE,                            \
        .indexed = 1,                                   \
-       .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |   \
-       IIO_CHAN_INFO_SCALE_SHARED_BIT,                 \
+       .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),   \
+       .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),   \
        .channel = idx,                                 \
        .scan_type = {                                  \
                .sign = 'u',                            \