netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org
Cc: netdev@vger.kernel.org, lethal@linux-sh.org
Subject: Re: [patch 08/10] net: smc911x: shut up compiler warnings
Date: Fri, 14 Dec 2007 16:14:23 -0500	[thread overview]
Message-ID: <4762F22F.4020500@garzik.org> (raw)
In-Reply-To: <200712140002.lBE02xMv025532@imap1.linux-foundation.org>

akpm@linux-foundation.org wrote:
> From: Paul Mundt <lethal@linux-sh.org>
> 
> Trivial fix to shut up gcc.
> 
> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-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



      reply	other threads:[~2007-12-14 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-14  0:02 [patch 08/10] net: smc911x: shut up compiler warnings akpm
2007-12-14 21:14 ` Jeff Garzik [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=4762F22F.4020500@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@linux-foundation.org \
    --cc=lethal@linux-sh.org \
    --cc=netdev@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).