Skip to content

Commit

Permalink
bmac: remove unused variable bp in bmac_misc_intr()
Browse files Browse the repository at this point in the history
From: Pavel Roskin <proski@gnu.org>

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pavel Roskin authored and David S. Miller committed Mar 13, 2009
1 parent 52e21b1 commit 34cd347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 34cd347

Please sign in to comment.