netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bmac: remove unused variable bp in bmac_misc_intr()
@ 2009-03-11 17:39 Pavel Roskin
  2009-03-13 21:17 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2009-03-11 17:39 UTC (permalink / raw)
  To: netdev; +Cc: davem


---

 drivers/net/bmac.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/bmac.c b/drivers/net/bmac.c
index 8a546a3..4541bfb 100644
--- a/drivers/net/bmac.c
+++ b/drivers/net/bmac.c
@@ -1062,7 +1062,6 @@ static int miscintcount;
 static irqreturn_t bmac_misc_intr(int irq, void *dev_id)
 {
 	struct net_device *dev = (struct net_device *) dev_id;
-	struct bmac_data *bp = netdev_priv(dev);
 	unsigned int status = bmread(dev, STATUS);
 	if (miscintcount++ < 10) {
 		XXDEBUG(("bmac_misc_intr\n"));

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bmac: remove unused variable bp in bmac_misc_intr()
  2009-03-11 17:39 [PATCH] bmac: remove unused variable bp in bmac_misc_intr() Pavel Roskin
@ 2009-03-13 21:17 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-03-13 21:17 UTC (permalink / raw)
  To: proski; +Cc: netdev

From: Pavel Roskin <proski@gnu.org>
Date: Wed, 11 Mar 2009 13:39:04 -0400

> 
> ---
> 
>  drivers/net/bmac.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied.

Please provide a proper "Signed-off-by: xxx" line in future
patch submissions or else I will just toss the patch back
to you.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-13 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11 17:39 [PATCH] bmac: remove unused variable bp in bmac_misc_intr() Pavel Roskin
2009-03-13 21:17 ` David Miller

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).