Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8aa460e9 authored by Roland Stigge's avatar Roland Stigge Committed by Greg Kroah-Hartman
Browse files

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: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8eb73c6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};