netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Bryan Wu <cooloney@kernel.org>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mike Frysinger <vapier.adi@gmail.com>
Subject: Re: [PATCH 2/2] Blackfin EMAC Driver: delete unused variables to fixup gcc warnings
Date: Fri, 28 Mar 2008 21:54:13 -0400	[thread overview]
Message-ID: <47EDA145.5080907@garzik.org> (raw)
In-Reply-To: <1206580918-24720-3-git-send-email-cooloney@kernel.org>

Bryan Wu wrote:
> From: Mike Frysinger <vapier.adi@gmail.com>
> 
> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
> Signed-off-by: Bryan Wu <cooloney@kernel.org>
> ---
>  drivers/net/bfin_mac.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c
> index c993a32..26b2dd5 100644
> --- a/drivers/net/bfin_mac.c
> +++ b/drivers/net/bfin_mac.c
> @@ -575,7 +575,6 @@ adjust_head:
>  static int bf537mac_hard_start_xmit(struct sk_buff *skb,
>  				struct net_device *dev)
>  {
> -	struct bf537mac_local *lp = netdev_priv(dev);
>  	unsigned int data;
>  
>  	current_tx_ptr->skb = skb;
> @@ -634,7 +633,6 @@ out:
>  static void bf537mac_rx(struct net_device *dev)
>  {
>  	struct sk_buff *skb, *new_skb;
> -	struct bf537mac_local *lp = netdev_priv(dev);
>  	unsigned short len;

applied




      reply	other threads:[~2008-03-29  1:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27  1:21 [PATCH 2/2] Blackfin EMAC Driver: delete unused variables to fixup gcc warnings Bryan Wu
2008-03-29  1:54 ` 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=47EDA145.5080907@garzik.org \
    --to=jeff@garzik.org \
    --cc=cooloney@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=vapier.adi@gmail.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 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).