From: Jonathan Cameron <jic23@kernel.org>
To: Ludovic Desroches <ludovic.desroches@atmel.com>, nicolas.ferre@atmel.com
Cc: linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Julia Lawall <Julia.Lawall@lip6.fr>
Subject: Re: [PATCH 1/2] iio:adc:at91-sama5d2: fix vref_uv type
Date: Sat, 23 Jan 2016 16:16:53 +0000 [thread overview]
Message-ID: <56A3A775.3090907@kernel.org> (raw)
In-Reply-To: <1453106516-17935-1-git-send-email-ludovic.desroches@atmel.com>
On 18/01/16 08:41, Ludovic Desroches wrote:
> vref_uv has to be an int.
>
Applied, with a reported-by tag for Julia added.
Thanks,
Jonathan
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> drivers/iio/adc/at91-sama5d2_adc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
> index ecb2d90..f2d8bd5 100644
> --- a/drivers/iio/adc/at91-sama5d2_adc.c
> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
> @@ -171,7 +171,7 @@ struct at91_adc_state {
> struct clk *per_clk;
> struct regulator *reg;
> struct regulator *vref;
> - u32 vref_uv;
> + int vref_uv;
> const struct iio_chan_spec *chan;
> bool conversion_done;
> u32 conversion_value;
>
WARNING: multiple messages have this Message-ID (diff)
From: jic23@kernel.org (Jonathan Cameron)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] iio:adc:at91-sama5d2: fix vref_uv type
Date: Sat, 23 Jan 2016 16:16:53 +0000 [thread overview]
Message-ID: <56A3A775.3090907@kernel.org> (raw)
In-Reply-To: <1453106516-17935-1-git-send-email-ludovic.desroches@atmel.com>
On 18/01/16 08:41, Ludovic Desroches wrote:
> vref_uv has to be an int.
>
Applied, with a reported-by tag for Julia added.
Thanks,
Jonathan
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
> drivers/iio/adc/at91-sama5d2_adc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
> index ecb2d90..f2d8bd5 100644
> --- a/drivers/iio/adc/at91-sama5d2_adc.c
> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
> @@ -171,7 +171,7 @@ struct at91_adc_state {
> struct clk *per_clk;
> struct regulator *reg;
> struct regulator *vref;
> - u32 vref_uv;
> + int vref_uv;
> const struct iio_chan_spec *chan;
> bool conversion_done;
> u32 conversion_value;
>
next prev parent reply other threads:[~2016-01-23 16:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 8:41 [PATCH 1/2] iio:adc:at91-sama5d2: fix vref_uv type Ludovic Desroches
2016-01-18 8:41 ` Ludovic Desroches
2016-01-18 8:41 ` [PATCH 2/2] iio:adc:at91-sama5d2: code cleanup Ludovic Desroches
2016-01-18 8:41 ` Ludovic Desroches
2016-01-23 16:17 ` Jonathan Cameron
2016-01-23 16:17 ` Jonathan Cameron
2016-01-23 16:16 ` Jonathan Cameron [this message]
2016-01-23 16:16 ` [PATCH 1/2] iio:adc:at91-sama5d2: fix vref_uv type Jonathan Cameron
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=56A3A775.3090907@kernel.org \
--to=jic23@kernel.org \
--cc=Julia.Lawall@lip6.fr \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@atmel.com \
--cc=nicolas.ferre@atmel.com \
/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.