Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7059
b: refs/heads/master
c: 86d9f7f
h: refs/heads/master
i:
  7057: 02e961c
  7055: 2d939b3
v: v3
  • Loading branch information
Eric Lemoine authored and David S. Miller committed Sep 2, 2005
1 parent 0df6d16 commit 8694785
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: 0014c6156f9e7d034d20742d164d7d4da289b42a
refs/heads/master: 86d9f7f0c9cf06d7d3cfa2a9f0514cf21fa5fda1
1 change: 1 addition & 0 deletions trunk/drivers/net/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ static irqreturn_t gem_interrupt(int irq, void *dev_id, struct pt_regs *regs)
u32 gem_status = readl(gp->regs + GREG_STAT);

if (gem_status == 0) {
netif_poll_enable(dev);
spin_unlock_irqrestore(&gp->lock, flags);
return IRQ_NONE;
}
Expand Down

0 comments on commit 8694785

Please sign in to comment.