aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/isl29018.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2012-04-15 12:41:31 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 19:38:21 -0400
commit251640a74b086cb5b602870cdbaf72e6d3f1e714 (patch)
tree2212749896849c6bc5d79b252fcd0e745ff73577 /drivers/staging/iio/light/isl29018.c
parent75a973c7546ffae3b3c3fdb22211f1f59c01b0fa (diff)
staging:iio: drop procesed_val element of chan_spec.
There is no longer any need for this as we have separate info_mask elements for raw and processed value reads. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/light/isl29018.c')
-rw-r--r--drivers/staging/iio/light/isl29018.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
index 350f12c98ae..073e899e175 100644
--- a/drivers/staging/iio/light/isl29018.c
+++ b/drivers/staging/iio/light/isl29018.c
@@ -420,7 +420,6 @@ static const struct iio_chan_spec isl29018_channels[] = {
420 .type = IIO_LIGHT, 420 .type = IIO_LIGHT,
421 .indexed = 1, 421 .indexed = 1,
422 .channel = 0, 422 .channel = 0,
423 .processed_val = IIO_PROCESSED,
424 .info_mask = IIO_CHAN_INFO_PROCESSED_SEPARATE_BIT | 423 .info_mask = IIO_CHAN_INFO_PROCESSED_SEPARATE_BIT |
425 IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT, 424 IIO_CHAN_INFO_CALIBSCALE_SEPARATE_BIT,
426 }, { 425 }, {