Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15109
b: refs/heads/master
c: 90ac8f7
h: refs/heads/master
i:
  15107: f70ff8a
v: v3
  • Loading branch information
Linus Torvalds committed Dec 13, 2005
1 parent efc9a49 commit 48274db
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: 50630195bbdfe1ca775d94cd68a5f18bc1b717e4
refs/heads/master: 90ac8f7741be4ff66de1f52904f4f67f272f74ce
2 changes: 1 addition & 1 deletion trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ static int skge_xmit_frame(struct sk_buff *skb, struct net_device *dev)
}

if (unlikely(skge->tx_avail < skb_shinfo(skb)->nr_frags +1)) {
if (!netif_stopped(dev)) {
if (!netif_queue_stopped(dev)) {
netif_stop_queue(dev);

printk(KERN_WARNING PFX "%s: ring full when queue awake!\n",
Expand Down

0 comments on commit 48274db

Please sign in to comment.