aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Thumshirn <morbidrsa@gmail.com>2014-01-02 09:52:00 -0500
committerJonathan Cameron <jic23@kernel.org>2014-02-03 14:27:59 -0500
commit97b6ee5253021d890eb9fdd95e0b64fd95494824 (patch)
tree47e7299cd835418cbff56671a4adc9b62748422c
parentc842f241956f880fbba9bc041b196a249f80d131 (diff)
iio: adc: viperboard: Drop platform_set_drvdata call
Drop call to platform_set_drvdata as driver data is not used anywhere in the driver Signed-off-by: Johannes Thumshirn <morbidrsa@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--drivers/iio/adc/viperboard_adc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iio/adc/viperboard_adc.c b/drivers/iio/adc/viperboard_adc.c
index d0add8f9416b..9acf6b6d705b 100644
--- a/drivers/iio/adc/viperboard_adc.c
+++ b/drivers/iio/adc/viperboard_adc.c
@@ -139,8 +139,6 @@ static int vprbrd_adc_probe(struct platform_device *pdev)
139 return ret; 139 return ret;
140 } 140 }
141 141
142 platform_set_drvdata(pdev, indio_dev);
143
144 return 0; 142 return 0;
145} 143}
146 144