Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166999
b: refs/heads/master
c: fa9859e
h: refs/heads/master
i:
  166997: 3cb7c83
  166995: a515b1f
  166991: 3d07cf9
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Oct 7, 2009
1 parent 46d6957 commit fde2f60
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: 49682864b0270a0578b8321ed2686dc471ec37f1
refs/heads/master: fa9859ef2bb56d876db53c258001af115f38a272
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ netxen_nic_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
/* 4 fragments per cmd des */
no_of_desc = (frag_count + 3) >> 2;

if (unlikely(no_of_desc + 2) > netxen_tx_avail(tx_ring)) {
if (unlikely(no_of_desc + 2 > netxen_tx_avail(tx_ring))) {
netif_stop_queue(netdev);
return NETDEV_TX_BUSY;
}
Expand Down

0 comments on commit fde2f60

Please sign in to comment.