Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33506
b: refs/heads/master
c: a4d0927
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Jeff Garzik committed Aug 19, 2006
1 parent 366436e commit 25f89bf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2fd0e33f4f967022ef2f3249b6c512b309734384
refs/heads/master: a4d09272480e57cd4aa1156cac7aba9b08885bf9
1 change: 1 addition & 0 deletions trunk/drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ static irqreturn_t smc911x_interrupt(int irq, void *dev_id, struct pt_regs *regs
/* Spurious interrupt check */
if ((SMC_GET_IRQ_CFG() & (INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) !=
(INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) {
spin_unlock_irqrestore(&lp->lock, flags);
return IRQ_NONE;
}

Expand Down

0 comments on commit 25f89bf

Please sign in to comment.