Skip to content

Commit

Permalink
iio: dac: ad5504: leave sysfs naming to the core
Browse files Browse the repository at this point in the history
This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.

Signed-off-by: Martin Kepplinger <[email protected]>
Acked-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
merge authored and jic23 committed Sep 30, 2015
1 parent d265481 commit 8323455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/dac/ad5504.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8323455

Please sign in to comment.