iio: adc: ad799x: leave sysfs naming to the core
authorMartin Kepplinger <martink@posteo.de>
Fri, 25 Sep 2015 09:54:01 +0000 (11:54 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 30 Sep 2015 17:20:53 +0000 (18:20 +0100)
This shouldn't change anything since the core calls the events folder
"events" anyways.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ad799x.c

index b99de00e57b86ce8164eb0b3ad02a8de11b8597e..01d71588d752ae0aa73da6abf4019f35d041939a 100644 (file)
@@ -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 = {
This page took 0.02549 seconds and 5 git commands to generate.