Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144601
b: refs/heads/master
c: e151a60
h: refs/heads/master
i:
  144599: 992befc
v: v3
  • Loading branch information
Jesse Brandeburg authored and David S. Miller committed May 5, 2009
1 parent 2655fd9 commit 6a2ad99
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: 815bcc2719c12b6f5b511706e2d19728e07f0b02
refs/heads/master: e151a60ad1faffb6241cf7eb6846353df1f33a32
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3738,7 +3738,7 @@ static irqreturn_t e1000_intr(int irq, void *data)
struct e1000_hw *hw = &adapter->hw;
u32 rctl, icr = er32(ICR);

if (unlikely((!icr) || test_bit(__E1000_RESETTING, &adapter->flags)))
if (unlikely((!icr) || test_bit(__E1000_DOWN, &adapter->flags)))
return IRQ_NONE; /* Not our interrupt */

/* IMS will not auto-mask if INT_ASSERTED is not set, and if it is
Expand Down

0 comments on commit 6a2ad99

Please sign in to comment.