On Wed, Nov 26, 2014 at 7:55 PM, Lars-Peter Clausen <lars@xxxxxxxxxx> wrote: > The convention for IIO devices is that all channels are disabled by default. > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxxxx> > --- > drivers/staging/iio/accel/sca3000_core.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/staging/iio/accel/sca3000_core.c b/drivers/staging/iio/accel/sca3000_core.c > index e4e5639..cd46a61 100644 > --- a/drivers/staging/iio/accel/sca3000_core.c > +++ b/drivers/staging/iio/accel/sca3000_core.c > @@ -1159,11 +1159,6 @@ static int sca3000_probe(struct spi_device *spi) > ARRAY_SIZE(sca3000_channels)); > if (ret < 0) > goto error_unregister_dev; > - if (indio_dev->buffer) { > - iio_scan_mask_set(indio_dev, indio_dev->buffer, 0); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, 1); > - iio_scan_mask_set(indio_dev, indio_dev->buffer, 2); > - } > > if (spi->irq) { > ret = request_threaded_irq(spi->irq, > -- > 1.8.0 > > -- > 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