]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iio:dac:ad5449 move to info_mask_(shared_by_type/separate)
authorJonathan Cameron <jic23@kernel.org>
Wed, 27 Feb 2013 19:10:50 +0000 (19:10 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 Mar 2013 19:49:32 +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: Lars-Peter Clausen <lars@metafoo.de>
drivers/iio/dac/ad5449.c

index c4731b7b577b0670eda5d1f08ccce300f21e6f2f..ba1c914b0399adc8f77d198c9bd7886c254f4cbc 100644 (file)
@@ -206,8 +206,8 @@ static const struct iio_info ad5449_info = {
        .indexed = 1,                                           \
        .output = 1,                                            \
        .channel = (chan),                                      \
-       .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),                       \
        .address = (chan),                                      \
        .scan_type = IIO_ST('u', (bits), 16, 12 - (bits)),      \
 }