aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-06-08 08:54:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-12 14:45:16 -0700
commit227d5e0040ff18b6258ef6680e3c54150bb6b8b1 (patch)
tree10f9390dce1392791f949f4ec778e1d84214b79c /drivers/iio/dac
parentiio: frequency: ad9523: unlock on error in ad9523_reg_access() (diff)
downloadlinux-dev-227d5e0040ff18b6258ef6680e3c54150bb6b8b1.tar.xz
linux-dev-227d5e0040ff18b6258ef6680e3c54150bb6b8b1.zip
iio: remove indio_dev pointer from max517_data
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Roland Stigge <stigge@antcom.de> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r--drivers/iio/dac/max517.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/max517.c b/drivers/iio/dac/max517.c
index 92c77c82026c..352abe2004a4 100644
--- a/drivers/iio/dac/max517.c
+++ b/drivers/iio/dac/max517.c
@@ -43,7 +43,6 @@ enum max517_device_ids {
};
struct max517_data {
- struct iio_dev *indio_dev;
struct i2c_client *client;
unsigned short vref_mv[2];
};