]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iio: dac: ad5504: leave sysfs naming to the core
authorMartin Kepplinger <martink@posteo.de>
Fri, 25 Sep 2015 09:45:10 +0000 (11:45 +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>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/dac/ad5504.c

index 581ec141de3df7ba92e6b2198c185fcef6acbc60..e6e9756580af3e048c510fe92b490e4d65b654a6 100644 (file)
@@ -214,7 +214,6 @@ static struct attribute *ad5504_ev_attributes[] = {
 
 static struct attribute_group ad5504_ev_attribute_group = {
        .attrs = ad5504_ev_attributes,
-       .name = "events",
 };
 
 static irqreturn_t ad5504_event_handler(int irq, void *private)