aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2013-02-27 14:33:01 -0500
committerJonathan Cameron <jic23@kernel.org>2013-03-17 15:49:36 -0400
commit0112f5218df22368060cdc3783e3f32e5319eb3e (patch)
tree3395faf8c757aab3cc84836ea906dffe1c36638e /drivers/iio/light
parent0b1f8da3ac885f16209b238239cd6158c4fa273e (diff)
iio:light:adjd_s311 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: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r--drivers/iio/light/adjd_s311.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/light/adjd_s311.c b/drivers/iio/light/adjd_s311.c
index d5b9d39d95b2..5f4749e60b04 100644
--- a/drivers/iio/light/adjd_s311.c
+++ b/drivers/iio/light/adjd_s311.c
@@ -207,8 +207,8 @@ static const struct iio_chan_spec_ext_info adjd_s311_ext_info[] = {
207 .type = IIO_INTENSITY, \ 207 .type = IIO_INTENSITY, \
208 .modified = 1, \ 208 .modified = 1, \
209 .address = (IDX_##_color), \ 209 .address = (IDX_##_color), \
210 .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT | \ 210 .info_mask_separate = BIT(IIO_CHAN_INFO_RAW) | \
211 IIO_CHAN_INFO_HARDWAREGAIN_SEPARATE_BIT, \ 211 BIT(IIO_CHAN_INFO_HARDWAREGAIN), \
212 .channel2 = (IIO_MOD_LIGHT_##_color), \ 212 .channel2 = (IIO_MOD_LIGHT_##_color), \
213 .scan_index = (_scan_idx), \ 213 .scan_index = (_scan_idx), \
214 .scan_type = IIO_ST('u', 10, 16, 0), \ 214 .scan_type = IIO_ST('u', 10, 16, 0), \