From d2654817ea6502660d805cd999efea625c10823f Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 25 Sep 2015 11:52:11 +0200 Subject: 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: Martin Kepplinger Signed-off-by: Jonathan Cameron --- drivers/iio/adc/max1363.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c index 1b3b74b..929508e 100644 --- a/drivers/iio/adc/max1363.c +++ b/drivers/iio/adc/max1363.c @@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = { static struct attribute_group max1363_event_attribute_group = { .attrs = max1363_event_attributes, - .name = "events", }; static int max1363_update_scan_mode(struct iio_dev *indio_dev, -- cgit v1.1