lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 5 Mar 2016 15:02:39 +0000
From:	Jonathan Cameron <jic23@...nel.org>
To:	Ludovic Desroches <ludovic.desroches@...el.com>
Cc:	linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org, nicolas.ferre@...el.com
Subject: Re: [PATCH 1/3] iio:adc:at91-sama5d2: fix typo

On 03/03/16 16:09, Ludovic Desroches wrote:
> Fix typo in the name of a macro.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@...el.com>
Oops ;)

Applied to the togreg branch of iio.git - initially pushed out as testing
for the autobuilders to play with it.  Not sure if I will be doing another pull
request to Greg this cycle though...

Jonathan
> ---
>  drivers/iio/adc/at91-sama5d2_adc.c | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
> index dbee13a..33bacec 100644
> --- a/drivers/iio/adc/at91-sama5d2_adc.c
> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
> @@ -140,7 +140,7 @@
>  /* Version Register */
>  #define AT91_SAMA5D2_VERSION	0xfc
>  
> -#define AT91_AT91_SAMA5D2_CHAN(num, addr)				\
> +#define AT91_SAMA5D2_CHAN(num, addr)					\
>  	{								\
>  		.type = IIO_VOLTAGE,					\
>  		.channel = num,						\
> @@ -185,18 +185,18 @@ struct at91_adc_state {
>  };
>  
>  static const struct iio_chan_spec at91_adc_channels[] = {
> -	AT91_AT91_SAMA5D2_CHAN(0, 0x50),
> -	AT91_AT91_SAMA5D2_CHAN(1, 0x54),
> -	AT91_AT91_SAMA5D2_CHAN(2, 0x58),
> -	AT91_AT91_SAMA5D2_CHAN(3, 0x5c),
> -	AT91_AT91_SAMA5D2_CHAN(4, 0x60),
> -	AT91_AT91_SAMA5D2_CHAN(5, 0x64),
> -	AT91_AT91_SAMA5D2_CHAN(6, 0x68),
> -	AT91_AT91_SAMA5D2_CHAN(7, 0x6c),
> -	AT91_AT91_SAMA5D2_CHAN(8, 0x70),
> -	AT91_AT91_SAMA5D2_CHAN(9, 0x74),
> -	AT91_AT91_SAMA5D2_CHAN(10, 0x78),
> -	AT91_AT91_SAMA5D2_CHAN(11, 0x7c),
> +	AT91_SAMA5D2_CHAN(0, 0x50),
> +	AT91_SAMA5D2_CHAN(1, 0x54),
> +	AT91_SAMA5D2_CHAN(2, 0x58),
> +	AT91_SAMA5D2_CHAN(3, 0x5c),
> +	AT91_SAMA5D2_CHAN(4, 0x60),
> +	AT91_SAMA5D2_CHAN(5, 0x64),
> +	AT91_SAMA5D2_CHAN(6, 0x68),
> +	AT91_SAMA5D2_CHAN(7, 0x6c),
> +	AT91_SAMA5D2_CHAN(8, 0x70),
> +	AT91_SAMA5D2_CHAN(9, 0x74),
> +	AT91_SAMA5D2_CHAN(10, 0x78),
> +	AT91_SAMA5D2_CHAN(11, 0x7c),
>  };
>  
>  static unsigned at91_adc_startup_time(unsigned startup_time_min,
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ