On 03/05/2013 11:44 PM, Naveen Krishna Ch wrote: > On 4 March 2013 05:03, Jonathan Cameron <jic23@xxxxxxxxxx> wrote: >> The original info_mask is going away in favour of the broken out versions. >> >> Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxxx> >> cc: Naveen Krishna Chatradhi <ch.naveen@xxxxxxxxxxx> > Thanks, Jonathan. While thanks is always nice, I took that as counting as an Acked-by tag. Shout if you would rather I didn't! >> --- >> drivers/iio/adc/exynos_adc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/iio/adc/exynos_adc.c b/drivers/iio/adc/exynos_adc.c >> index ed6fdd7..6e968ae 100644 >> --- a/drivers/iio/adc/exynos_adc.c >> +++ b/drivers/iio/adc/exynos_adc.c >> @@ -198,7 +198,7 @@ static const struct iio_info exynos_adc_iio_info = { >> .indexed = 1, \ >> .channel = _index, \ >> .address = _index, \ >> - .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \ >> + .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ >> .datasheet_name = _id, \ >> } >> >> -- >> 1.8.1.4 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-iio" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > -- > Shine bright, > (: Nav :) > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html