Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131960
b: refs/heads/master
c: 7958a45
h: refs/heads/master
v: v3
  • Loading branch information
Rini van Zetten authored and David S. Miller committed Feb 27, 2009
1 parent e19e6f9 commit 4ea32f2
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: 1844f747947bb89d7f12cd3034548805113f764b
refs/heads/master: 7958a45310519811134a5b911d863201786978ab
2 changes: 1 addition & 1 deletion trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev)
spin_lock_irqsave(&priv->txlock, flags);

/* check if there is space to queue this packet */
if (nr_frags > priv->num_txbdfree) {
if ((nr_frags+1) > priv->num_txbdfree) {
/* no space, stop the queue */
netif_stop_queue(dev);
dev->stats.tx_fifo_errors++;
Expand Down

0 comments on commit 4ea32f2

Please sign in to comment.