Skip to content

Commit

Permalink
smc911x: remove duplicate debug printout
Browse files Browse the repository at this point in the history
Remove duplicated debug printout.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Magnus Damm authored and Jeff Garzik committed Sep 24, 2008
1 parent c1d6993 commit 7fb614b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,6 @@ static irqreturn_t smc911x_interrupt(int irq, void *dev_id)

spin_unlock_irqrestore(&lp->lock, flags);

DBG(3, "%s: Interrupt done (%d loops)\n", dev->name, 8-timeout);

return IRQ_HANDLED;
}

Expand Down

0 comments on commit 7fb614b

Please sign in to comment.