diff options
-rw-r--r-- | 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 1ab58375d061..44d015f70d1c 100644 --- a/drivers/net/bmac.c +++ b/drivers/net/bmac.c | |||
@@ -1062,7 +1062,6 @@ static int miscintcount; | |||
1062 | static irqreturn_t bmac_misc_intr(int irq, void *dev_id) | 1062 | static irqreturn_t bmac_misc_intr(int irq, void *dev_id) |
1063 | { | 1063 | { |
1064 | struct net_device *dev = (struct net_device *) dev_id; | 1064 | struct net_device *dev = (struct net_device *) dev_id; |
1065 | struct bmac_data *bp = netdev_priv(dev); | ||
1066 | unsigned int status = bmread(dev, STATUS); | 1065 | unsigned int status = bmread(dev, STATUS); |
1067 | if (miscintcount++ < 10) { | 1066 | if (miscintcount++ < 10) { |
1068 | XXDEBUG(("bmac_misc_intr\n")); | 1067 | XXDEBUG(("bmac_misc_intr\n")); |