From: Jeff Garzik <jeff@garzik.org>
To: Mike Frysinger <vapier@gentoo.org>
Cc: nico@cam.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] SMC91x: delete unused local variable "lp"
Date: Fri, 31 Oct 2008 00:48:53 -0400 [thread overview]
Message-ID: <490A8E35.8080204@garzik.org> (raw)
In-Reply-To: <1225288566-18457-1-git-send-email-vapier@gentoo.org>
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> drivers/net/smc91x.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c
> index c70870e..6f9895d 100644
> --- a/drivers/net/smc91x.c
> +++ b/drivers/net/smc91x.c
> @@ -2060,7 +2060,6 @@ static int smc_request_attrib(struct platform_device *pdev,
> struct net_device *ndev)
> {
> struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
> - struct smc_local *lp = netdev_priv(ndev);
>
> if (!res)
> return 0;
> @@ -2075,7 +2074,6 @@ static void smc_release_attrib(struct platform_device *pdev,
> struct net_device *ndev)
> {
> struct resource * res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-attrib");
> - struct smc_local *lp = netdev_priv(ndev);
>
applied
next prev parent reply other threads:[~2008-10-31 4:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-29 13:56 [PATCH] SMC91x: delete unused local variable "lp" Mike Frysinger
2008-10-29 14:57 ` Nicolas Pitre
2008-10-31 4:48 ` Jeff Garzik [this message]
2008-11-03 16:45 ` Atsushi Nemoto
2008-11-03 17:15 ` Nicolas Pitre
2008-11-03 17:35 ` Mike Frysinger
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=490A8E35.8080204@garzik.org \
--to=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nico@cam.org \
--cc=vapier@gentoo.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).