public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: max1363: leave sysfs naming to the core
@ 2015-09-25  9:52 Martin Kepplinger
  2015-09-27 13:56 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Kepplinger @ 2015-09-25  9:52 UTC (permalink / raw)
  To: lars, 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/adc/max1363.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index 1b3b74b..929508e 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = {
 
 static struct attribute_group max1363_event_attribute_group = {
 	.attrs = max1363_event_attributes,
-	.name = "events",
 };
 
 static int max1363_update_scan_mode(struct iio_dev *indio_dev,
-- 
2.1.4


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25  9:52 [PATCH] iio: adc: max1363: leave sysfs naming to the core Martin Kepplinger
2015-09-27 13:56 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox