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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 14 Dec 2007 16:14:23 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	akpm@...ux-foundation.org
CC:	netdev@...r.kernel.org, lethal@...ux-sh.org
Subject: Re: [patch 08/10] net: smc911x: shut up compiler warnings

akpm@...ux-foundation.org wrote:
> From: Paul Mundt <lethal@...ux-sh.org>
> 
> Trivial fix to shut up gcc.
> 
> Signed-off-by: Paul Mundt <lethal@...ux-sh.org>
> Cc: Jeff Garzik <jeff@...zik.org>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
> 
>  drivers/net/smc911x.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN drivers/net/smc911x.h~net-smc911x-shut-up-compiler-warnings drivers/net/smc911x.h
> --- a/drivers/net/smc911x.h~net-smc911x-shut-up-compiler-warnings
> +++ a/drivers/net/smc911x.h
> @@ -76,7 +76,7 @@
>  
>  
>  
> -#if	 SMC_USE_PXA_DMA
> +#ifdef SMC_USE_PXA_DMA
>  #define SMC_USE_DMA
>  
>  /*
> _

applied #upstream-fixes


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ