]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
staging:iio:magnetometer:hmc5843 move to info_mask_(shared_by_type/separate)
authorJonathan Cameron <jic23@kernel.org>
Wed, 27 Feb 2013 19:40:58 +0000 (19:40 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 Mar 2013 19:49:41 +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: Shubhrajyoti D <shubhrajyoti@ti.com>

drivers/staging/iio/magnetometer/hmc5843.c

index 1a520ecfa3e239da44292c4044f40f4b9a363d6c..86c6bf9d5dd89c7207edb015534e0cf5c08b0289 100644 (file)
@@ -564,8 +564,8 @@ static int hmc5843_read_raw(struct iio_dev *indio_dev,
                .type = IIO_MAGN,                                       \
                .modified = 1,                                          \
                .channel2 = IIO_MOD_##axis,                             \
-               .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),   \
                .address = add                                          \
        }