Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362017
b: refs/heads/master
c: 7e51cde
h: refs/heads/master
i:
  362015: 6518d35
v: v3
  • Loading branch information
Mugunthan V N authored and David S. Miller committed Mar 27, 2013
1 parent 99c88b3 commit ebc02c0
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: b56d6b3fca6d1214dbc9c5655f26e5d4ec04afc8
refs/heads/master: 7e51cde276ca820d526c6c21cf8147df595a36bf
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 @@ -1053,7 +1053,7 @@ static void emac_tx_handler(void *token, int len, int status)
* queue is stopped then start the queue as we have free desc for tx
*/
if (unlikely(netif_queue_stopped(ndev)))
netif_start_queue(ndev);
netif_wake_queue(ndev);
ndev->stats.tx_packets++;
ndev->stats.tx_bytes += len;
dev_kfree_skb_any(skb);
Expand Down

0 comments on commit ebc02c0

Please sign in to comment.