Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150583
b: refs/heads/master
c: 0220ff7
h: refs/heads/master
i:
  150581: fa8a4a2
  150579: f10f6fe
  150575: cad933e
v: v3
  • Loading branch information
Stefan Weil authored and David S. Miller committed Jun 1, 2009
1 parent 5e7e725 commit 062c5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 69bd4ae5dc1ddb3c01e7668c7fd088904082a70c
refs/heads/master: 0220ff7fc35913dcd8cdf8fb3a0966caf4aed2f3
4 changes: 2 additions & 2 deletions trunk/drivers/net/cpmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,13 +615,13 @@ static void cpmac_end_xmit(struct net_device *dev, int queue)

dev_kfree_skb_irq(desc->skb);
desc->skb = NULL;
if (netif_subqueue_stopped(dev, queue))
if (__netif_subqueue_stopped(dev, queue))
netif_wake_subqueue(dev, queue);
} else {
if (netif_msg_tx_err(priv) && net_ratelimit())
printk(KERN_WARNING
"%s: end_xmit: spurious interrupt\n", dev->name);
if (netif_subqueue_stopped(dev, queue))
if (__netif_subqueue_stopped(dev, queue))
netif_wake_subqueue(dev, queue);
}
}
Expand Down

0 comments on commit 062c5ad

Please sign in to comment.