Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361461
b: refs/heads/master
c: 75b9b61
h: refs/heads/master
i:
  361459: 83ac552
v: v3
  • Loading branch information
Mugunthan V N authored and David S. Miller committed Mar 17, 2013
1 parent 37114bc commit 947a947
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: db0b82760ef84562b5c0fa880c22b4f352545554
refs/heads/master: 75b9b61bb8a18e75afe7b10dd55681e748fa27df
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/davinci_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ static int emac_dev_xmit(struct sk_buff *skb, struct net_device *ndev)
/* If there is no more tx desc left free then we need to
* tell the kernel to stop sending us tx frames.
*/
if (unlikely(cpdma_check_free_tx_desc(priv->txchan)))
if (unlikely(!cpdma_check_free_tx_desc(priv->txchan)))
netif_stop_queue(ndev);

return NETDEV_TX_OK;
Expand Down

0 comments on commit 947a947

Please sign in to comment.