Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361434
b: refs/heads/master
c: d35162f
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and David S. Miller committed Mar 13, 2013
1 parent 942078a commit 492c7cd
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: c80a8512ee3a8e1f7c3704140ea55f21dc6bd651
refs/heads/master: d35162f89b8f00537d7b240b76d2d0e8b8d29aa0
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/cpsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ static netdev_tx_t cpsw_ndo_start_xmit(struct sk_buff *skb,
/* 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->txch)))
if (unlikely(!cpdma_check_free_tx_desc(priv->txch)))
netif_stop_queue(ndev);

return NETDEV_TX_OK;
Expand Down

0 comments on commit 492c7cd

Please sign in to comment.