diff options
author | Martin Kepplinger <martink@posteo.de> | 2015-09-25 11:45:10 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-30 19:20:53 +0200 |
commit | 83234554ef3a9549d83d08c9aafbe041c75d3a89 (patch) | |
tree | c6a367f3b0d60716cae1ab78be81443f0a554af3 /drivers/iio/dac | |
parent | iio: adc: max1363: leave sysfs naming to the core (diff) | |
download | linux-83234554ef3a9549d83d08c9aafbe041c75d3a89.tar.xz linux-83234554ef3a9549d83d08c9aafbe041c75d3a89.zip |
iio: dac: ad5504: 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 <martink@posteo.de>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r-- | drivers/iio/dac/ad5504.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/ad5504.c b/drivers/iio/dac/ad5504.c index 581ec141de3d..e6e9756580af 100644 --- a/drivers/iio/dac/ad5504.c +++ b/drivers/iio/dac/ad5504.c @@ -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) |