commit: 7bcf302ff151da6559261bc73e8b9d1ae31cc0bb
From: Jonathan Cameron <[email protected]>
Date: Fri, 1 Jul 2011 11:13:36 +0100
Subject: [PATCH] staging:iio:gyro:adis16260 fix missing num_channels setup.

Signed-off-by: Jonathan Cameron <[email protected]>
Cc: stable <[email protected]>  [3.0]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/iio/gyro/adis16260_core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/gyro/adis16260_core.c 
b/drivers/staging/iio/gyro/adis16260_core.c
index 801c820..05797f4 100644
--- a/drivers/staging/iio/gyro/adis16260_core.c
+++ b/drivers/staging/iio/gyro/adis16260_core.c
@@ -615,7 +615,7 @@ static int __devinit adis16260_probe(struct spi_device *spi)
                }
        else
                indio_dev->channels = adis16260_channels_x;
-
+       indio_dev->num_channels = ARRAY_SIZE(adis16260_channels_x);
        indio_dev->modes = INDIO_DIRECT_MODE;
 
        ret = adis16260_configure_ring(indio_dev);

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to