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


Groups > linux.kernel > #1219586

Re: [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core

From Jonathan Cameron <jic23@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core
Date 2015-09-05 19:10 +0200
Message-ID <q5p8u-6H2-11@gated-at.bofh.it> (permalink)
References <q3Soi-5Fd-7@gated-at.bofh.it> <q3Soj-5Fd-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 01/09/15 12:45, Martin Kepplinger wrote:
> This doesn't actually change anything since the core names the sysfs folder
> for the iio event attributes "events" anyways. It only leaves the job to the
> core.
> 
> Signed-off-by: Martin Kepplinger <martin.kepplinger@theobroma-systems.com>
> Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Good point.  I wonder if we have others of these in the tree.

Anyhow, an excellent patch set.  As I've said, I'll pick them up in
perhaps a week if Peter or someone else hasn't intervened in the meantime.

Give me a poke if I don't seem to be doing so!

Jonathan
> ---
>  drivers/iio/accel/mma8452.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
> index 15d50c9..1eccc2d 100644
> --- a/drivers/iio/accel/mma8452.c
> +++ b/drivers/iio/accel/mma8452.c
> @@ -772,7 +772,6 @@ static struct attribute *mma8452_event_attributes[] = {
>  
>  static struct attribute_group mma8452_event_attribute_group = {
>  	.attrs = mma8452_event_attributes,
> -	.name = "events",
>  };
>  
>  #define MMA8452_CHANNEL(axis, idx, bits) { \
> 

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

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv6 0/6] iio: mma8452: improve driver and support more chips Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
  [PATCH 3/6] iio: mma8452: add freefall / motion interrupt source Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 3/6] iio: mma8452: add freefall / motion interrupt source Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200
  [PATCH 2/6] iio: mma8452: add support for MMA8453Q accelerometer chip Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 2/6] iio: mma8452: add support for MMA8453Q accelerometer  chip Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200
  [PATCH 4/6] iio: mma8452: add support for MMA8652FC and MMA8653FC Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 4/6] iio: mma8452: add support for MMA8652FC and MMA8653FC Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:10 +0200
  [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:10 +0200
    Re: [PATCH 6/6] iio: mma8452: leave sysfs namings to the iio core Jonathan Cameron <jic23@kernel.org> - 2015-09-12 12:10 +0200
  [PATCH 1/6] iio: mma8452: refactor for seperating chip specific data Martin Kepplinger <martink@posteo.de> - 2015-09-01 14:00 +0200
    Re: [PATCH 1/6] iio: mma8452: refactor for seperating chip specific  data Jonathan Cameron <jic23@kernel.org> - 2015-09-05 19:00 +0200
    Re: [PATCH 1/6] iio: mma8452: refactor for seperating chip specific  data Jonathan Cameron <jic23@kernel.org> - 2015-09-12 12:10 +0200

csiph-web