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


Groups > linux.kernel > #1232696 > unrolled thread

[PATCH] iio: adc: max1363: leave sysfs naming to the core

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

Back to article view | Back to linux.kernel


Contents

  [PATCH] iio: adc: max1363: leave sysfs naming to the core Martin Kepplinger <martink@posteo.de> - 2015-09-25 12:00 +0200
    Re: [PATCH] iio: adc: max1363: leave sysfs naming to the core Jonathan Cameron <jic23@kernel.org> - 2015-09-27 16:00 +0200

#1232696 — [PATCH] iio: adc: max1363: leave sysfs naming to the core

FromMartin Kepplinger <martink@posteo.de>
Date2015-09-25 12:00 +0200
Subject[PATCH] iio: adc: max1363: leave sysfs naming to the core
Message-ID<qcxXk-6cg-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/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

--
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]


#1233669

FromJonathan Cameron <jic23@kernel.org>
Date2015-09-27 16:00 +0200
Message-ID<qdkEF-vW-5@gated-at.bofh.it>
In reply to#1232696
On 25/09/15 10:52, 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>
Applied. Thanks
> ---
>  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,
> 

--
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