[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56A3A775.3090907@kernel.org>
Date: Sat, 23 Jan 2016 16:16:53 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Ludovic Desroches <ludovic.desroches@...el.com>,
nicolas.ferre@...el.com
Cc: linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Julia Lawall <Julia.Lawall@...6.fr>
Subject: Re: [PATCH 1/2] iio:adc:at91-sama5d2: fix vref_uv type
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@...el.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;
>
Powered by blists - more mailing lists