Commit 34cd347c authored by Pavel Roskin's avatar Pavel Roskin Committed by David S. Miller

bmac: remove unused variable bp in bmac_misc_intr()

From: Pavel Roskin <proski@gnu.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 52e21b1b
...@@ -1062,7 +1062,6 @@ static int miscintcount; ...@@ -1062,7 +1062,6 @@ static int miscintcount;
static irqreturn_t bmac_misc_intr(int irq, void *dev_id) static irqreturn_t bmac_misc_intr(int irq, void *dev_id)
{ {
struct net_device *dev = (struct net_device *) dev_id; struct net_device *dev = (struct net_device *) dev_id;
struct bmac_data *bp = netdev_priv(dev);
unsigned int status = bmread(dev, STATUS); unsigned int status = bmread(dev, STATUS);
if (miscintcount++ < 10) { if (miscintcount++ < 10) {
XXDEBUG(("bmac_misc_intr\n")); XXDEBUG(("bmac_misc_intr\n"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment