[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090311173901.16256.27381.stgit@np.roinet.com>
Date: Wed, 11 Mar 2009 13:39:04 -0400
From: Pavel Roskin <proski@....org>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATCH] bmac: remove unused variable bp in bmac_misc_intr()
---
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"));
--
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