Skip to content

Commit 34cd347

Browse files
Pavel Roskindavem330
authored andcommitted
bmac: remove unused variable bp in bmac_misc_intr()
From: Pavel Roskin <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 52e21b1 commit 34cd347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/bmac.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ static int miscintcount;
10621062
static irqreturn_t bmac_misc_intr(int irq, void *dev_id)
10631063
{
10641064
struct net_device *dev = (struct net_device *) dev_id;
1065-
struct bmac_data *bp = netdev_priv(dev);
10661065
unsigned int status = bmread(dev, STATUS);
10671066
if (miscintcount++ < 10) {
10681067
XXDEBUG(("bmac_misc_intr\n"));

0 commit comments

Comments
 (0)