Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183797
b: refs/heads/master
c: 91e8343
h: refs/heads/master
i:
  183795: a3a7c14
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 4, 2010
1 parent 65b79c9 commit 8167855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 24c4a3b29255f9f8bc48d93597a58256b5a1f83f
refs/heads/master: 91e83432f8abc1fc93499a2323f6c4bd6026029e
3 changes: 1 addition & 2 deletions trunk/drivers/net/amd8111e.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,7 @@ static irqreturn_t amd8111e_interrupt(int irq, void *dev_id)
/* Schedule a polling routine */
__napi_schedule(&lp->napi);
} else if (intren0 & RINTEN0) {
printk("************Driver bug! \
interrupt while in poll\n");
printk("************Driver bug! interrupt while in poll\n");
/* Fix by disable receive interrupts */
writel(RINTEN0, mmio + INTEN0);
}
Expand Down

0 comments on commit 8167855

Please sign in to comment.