[PATCH 06/11] iio/adc: (max1363) Remove duplicate code
Guenter Roeck
linux at roeck-us.net
Fri Feb 1 08:43:03 EST 2013
Signed-off-by: Guenter Roeck <linux at roeck-us.net>
---
drivers/iio/adc/max1363.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index ca8bbc1..2c773b4 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -1572,8 +1572,6 @@ static int max1363_probe(struct i2c_client *client,
indio_dev->num_channels = st->chip_info->num_channels;
indio_dev->info = st->chip_info->info;
indio_dev->modes = INDIO_DIRECT_MODE;
- indio_dev->channels = st->chip_info->channels;
- indio_dev->num_channels = st->chip_info->num_channels;
ret = max1363_initial_setup(st);
if (ret < 0)
goto error_free_available_scan_masks;
--
1.7.9.7
More information about the devicetree-discuss
mailing list