Commit d2654817 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Cameron

iio: adc: max1363: leave sysfs naming to the core

This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.
Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 443f33e9
...@@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = { ...@@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = {
static struct attribute_group max1363_event_attribute_group = { static struct attribute_group max1363_event_attribute_group = {
.attrs = max1363_event_attributes, .attrs = max1363_event_attributes,
.name = "events",
}; };
static int max1363_update_scan_mode(struct iio_dev *indio_dev, static int max1363_update_scan_mode(struct iio_dev *indio_dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment