All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Leonard Pollak <leonardp@tr-host.de>
Cc: lars@metafoo.de, pmeerw@pmeerw.net, Michael.hennerich@analog.com,
	linux-iio@vger.kernel.org
Subject: Re: [PATCH] Staging: iio: meter: fixed iio_attr_ipeak pointing to vpeak register
Date: Wed, 20 Feb 2019 12:02:36 +0000	[thread overview]
Message-ID: <20190220120236.55c59fc3@archlinux> (raw)
In-Reply-To: <20190212221157.8677-1-leonardp@tr-host.de>

On Tue, 12 Feb 2019 23:11:57 +0100
Leonard Pollak <leonardp@tr-host.de> wrote:

Hi Leonard,

If you send two versions of a patch for some reason and want
one to be ignored, please make sure to send a quick reply saying
that as save people looking at the wrong one!

Thanks,

Jonathan


> ---
>  drivers/staging/iio/meter/ade7854.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/iio/meter/ade7854.c b/drivers/staging/iio/meter/ade7854.c
> index 029c3bf42d4d..07774c000c5a 100644
> --- a/drivers/staging/iio/meter/ade7854.c
> +++ b/drivers/staging/iio/meter/ade7854.c
> @@ -269,7 +269,7 @@ static IIO_DEV_ATTR_VPEAK(0644,
>  static IIO_DEV_ATTR_IPEAK(0644,
>  		ade7854_read_32bit,
>  		ade7854_write_32bit,
> -		ADE7854_VPEAK);
> +		ADE7854_IPEAK);
>  static IIO_DEV_ATTR_APHCAL(0644,
>  		ade7854_read_16bit,
>  		ade7854_write_16bit,


      reply	other threads:[~2019-02-20 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-12 22:11 [PATCH] Staging: iio: meter: fixed iio_attr_ipeak pointing to vpeak register Leonard Pollak
2019-02-20 12:02 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190220120236.55c59fc3@archlinux \
    --to=jic23@kernel.org \
    --cc=Michael.hennerich@analog.com \
    --cc=lars@metafoo.de \
    --cc=leonardp@tr-host.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.