Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167697
b: refs/heads/master
c: 50c54a5
h: refs/heads/master
i:
  167695: 5860686
v: v3
  • Loading branch information
Thomas Chou authored and David S. Miller committed Oct 19, 2009
1 parent 4bdea53 commit 1356fa2
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: 16dd18b0837dee46f1a6b0c01830c5f2b7187266
refs/heads/master: 50c54a57dfbd392e17f1473717b8e125afcb01a3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static irqreturn_t ethoc_interrupt(int irq, void *dev_id)
return IRQ_NONE;
}

ethoc_ack_irq(priv, INT_MASK_ALL);
ethoc_ack_irq(priv, pending);

if (pending & INT_MASK_BUSY) {
dev_err(&dev->dev, "packet dropped\n");
Expand Down

0 comments on commit 1356fa2

Please sign in to comment.