Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83234554 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Cameron
Browse files

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: default avatarMartin Kepplinger <martink@posteo.de>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent d2654817
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)