Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88298
b: refs/heads/master
c: c500cb2
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Jeff Garzik committed Apr 12, 2008
1 parent 7b341af commit 8f75932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a376e79c6079c2ba6c5fadb0e85a3bb7e465ad89
refs/heads/master: c500cb265e35c76d741714a61bc635e0f02d64d2
2 changes: 2 additions & 0 deletions trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1326,9 +1326,11 @@ static irqreturn_t smc_interrupt(int irq, void *dev_id)
SMC_SET_INT_MASK(mask);
spin_unlock(&lp->lock);

#ifndef CONFIG_NET_POLL_CONTROLLER
if (timeout == MAX_IRQ_LOOPS)
PRINTK("%s: spurious interrupt (mask = 0x%02x)\n",
dev->name, mask);
#endif
DBG(3, "%s: Interrupt done (%d loops)\n",
dev->name, MAX_IRQ_LOOPS - timeout);

Expand Down

0 comments on commit 8f75932

Please sign in to comment.