Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15781
b: refs/heads/master
c: d359b6f
h: refs/heads/master
i:
  15779: a7275d2
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Dec 4, 2005
1 parent 0f03e82 commit 172224a
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: 0f52bf905884c6dd7f994c9e2f533b2c02f0bd4b
refs/heads/master: d359b6ff6a79e250422fdfa991b36d37c286eda1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixp2000/ixpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static irqreturn_t ixpdev_interrupt(int irq, void *dev_id, struct pt_regs *regs)
*/
if (status & 0x00ff) {
ixp2000_reg_wrb(IXP2000_IRQ_THD_ENABLE_CLEAR_A_0, 0x00ff);
if (likely(netif_rx_schedule_test(nds[0]))) {
if (likely(__netif_rx_schedule_prep(nds[0]))) {
__netif_rx_schedule(nds[0]);
} else {
printk(KERN_CRIT "ixp2000: irq while polling!!\n");
Expand Down

0 comments on commit 172224a

Please sign in to comment.