projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d265481
)
iio: dac: ad5504: leave sysfs naming to the core
author
Martin Kepplinger
<martink@posteo.de>
Fri, 25 Sep 2015 09:45:10 +0000
(11:45 +0200)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/drivers/iio/dac/ad5504.c
b/drivers/iio/dac/ad5504.c
index 581ec141de3df7ba92e6b2198c185fcef6acbc60..e6e9756580af3e048c510fe92b490e4d65b654a6 100644
(file)
--- 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)