aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoland Stigge <rst@work-microwave.de>2011-06-09 16:21:00 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-09 10:07:47 -0700
commit8aa460e9e9f6eb6c23c8b244516bedddee901ceb (patch)
tree6b9c377a5c90253ed413d1fdbfefe6e6b2e60b21 /drivers
parentStaging: mei: fix debug code (diff)
downloadlinux-dev-8aa460e9e9f6eb6c23c8b244516bedddee901ceb.tar.xz
linux-dev-8aa460e9e9f6eb6c23c8b244516bedddee901ceb.zip
staging: iio: max517: Fix iio_info changes
struct iio_info introduced a bug where the second channel of a MAX518 can't be used. This commit fixes the typo (using max518 instead of the max517 struct). Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/iio/dac/max517.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/dac/max517.c b/drivers/staging/iio/dac/max517.c
index 881768df47a6..2fe34d21b6aa 100644
--- a/drivers/staging/iio/dac/max517.c
+++ b/drivers/staging/iio/dac/max517.c
@@ -195,7 +195,7 @@ static const struct iio_info max517_info = {
};
static const struct iio_info max518_info = {
- .attrs = &max517_attribute_group,
+ .attrs = &max518_attribute_group,
.driver_module = THIS_MODULE,
};