mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 21:36:41 +07:00
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>
This commit is contained in:
parent
d2654817ea
commit
83234554ef
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user