]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iio: adc: max1363: leave sysfs naming to the core
authorMartin Kepplinger <martink@posteo.de>
Fri, 25 Sep 2015 09:52:11 +0000 (11:52 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 30 Sep 2015 17:20:53 +0000 (18:20 +0100)
This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/max1363.c

index 1b3b74be5c2007c821d2a6839fb62f9adc8ddfec..929508e5266c000864d1095860b7b16f87baf51b 100644 (file)
@@ -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,