Commit 443f33e9 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Cameron

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

This shouldn't change anything since the core calls the events folder
"events" anyways.
Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e38f8983
......@@ -528,7 +528,6 @@ static struct attribute *ad799x_event_attributes[] = {
static struct attribute_group ad799x_event_attrs_group = {
.attrs = ad799x_event_attributes,
.name = "events",
};
static const struct iio_info ad7991_info = {
......
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