Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1232691 > unrolled thread

[PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core

Started byMartin Kepplinger <martink@posteo.de>
First post2015-09-25 11:50 +0200
Last post2015-09-27 16:00 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core Martin Kepplinger <martink@posteo.de> - 2015-09-25 11:50 +0200
    Re: [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core Lars-Peter Clausen <lars@metafoo.de> - 2015-09-25 12:00 +0200
      Re: [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core Jonathan Cameron <jic23@kernel.org> - 2015-09-27 16:00 +0200

#1232691 — [PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core

FromMartin Kepplinger <martink@posteo.de>
Date2015-09-25 11:50 +0200
Subject[PATCH 1/3] iio: dac: ad5504: leave sysfs naming to the core
Message-ID<qcxND-60U-9@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1232693

FromLars-Peter Clausen <lars@metafoo.de>
Date2015-09-25 12:00 +0200
Message-ID<qcxXk-6cg-3@gated-at.bofh.it>
In reply to#1232691
On 09/25/2015 11:45 AM, Martin Kepplinger wrote:
> 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>

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1233671

FromJonathan Cameron <jic23@kernel.org>
Date2015-09-27 16:00 +0200
Message-ID<qdkEG-vW-13@gated-at.bofh.it>
In reply to#1232693
On 25/09/15 10:51, Lars-Peter Clausen wrote:
> On 09/25/2015 11:45 AM, Martin Kepplinger wrote:
>> 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>
Applied, thanks.
> 
> Thanks.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web