On 07/17/13 15:44, Lars-Peter Clausen wrote: > The recomentation for IIO driver is to leave all scan elements off by default > and let userspace decide which channels need to be enabled. > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Applied to the togreg branch of iio.git > --- > drivers/staging/iio/gyro/adis16260_core.c | 14 -------------- > 1 file changed, 14 deletions(-) > > diff --git a/drivers/staging/iio/gyro/adis16260_core.c b/drivers/staging/iio/gyro/adis16260_core.c > index 5cec675..e42a581 100644 > --- a/drivers/staging/iio/gyro/adis16260_core.c > +++ b/drivers/staging/iio/gyro/adis16260_core.c > @@ -325,20 +325,6 @@ static int adis16260_probe(struct spi_device *spi) > if (ret) > goto error_free_dev; > > - if (indio_dev->buffer) { > - /* Set default scan mode */ > - iio_scan_mask_set(indio_dev, indio_dev->buffer, > - ADIS16260_SCAN_SUPPLY); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, > - ADIS16260_SCAN_GYRO); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, > - ADIS16260_SCAN_AUX_ADC); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, > - ADIS16260_SCAN_TEMP); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, > - ADIS16260_SCAN_ANGL); > - } > - > /* Get the device into a sane initial state */ > ret = adis_initial_startup(adis); > if (ret) > -- 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