Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112215
b: refs/heads/master
c: 576b522
h: refs/heads/master
i:
  112213: 59c15d5
  112211: a8e380f
  112207: 85c6a3a
v: v3
  • Loading branch information
akeemting authored and David S. Miller committed Oct 9, 2008
1 parent 7e8a776 commit d358039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a821ebe580c535e3e8e354c6ab10516a0e95e202
refs/heads/master: 576b5223e2caa0f19afb8ac17455759c214370ce
2 changes: 1 addition & 1 deletion trunk/drivers/net/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ jme_intr(int irq, void *dev_id)
/*
* Check if it's really an interrupt for us
*/
if (unlikely(intrstat == 0))
if (unlikely((intrstat & INTR_ENABLE) == 0))
return IRQ_NONE;

/*
Expand Down

0 comments on commit d358039

Please sign in to comment.