linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core
@ 2015-09-25  9:45 Martin Kepplinger
  2015-09-25  9:46 ` Martin Kepplinger
  2015-09-25  9:51 ` Lars-Peter Clausen
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Kepplinger @ 2015-09-25  9:45 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, knaack.h, pmeerw
  Cc: linux-iio, linux-kernel, Martin Kepplinger

This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/iio/dac/ad5504.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/dac/ad5504.c b/drivers/iio/dac/ad5504.c
index 581ec14..e6e9756 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)
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-27 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25  9:45 [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core Martin Kepplinger
2015-09-25  9:46 ` Martin Kepplinger
2015-09-25  9:51 ` Lars-Peter Clausen
2015-09-27 13:57   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).