Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255599
b: refs/heads/master
c: 5bf0c19
h: refs/heads/master
i:
  255597: 3c97509
  255595: f4e84a1
  255591: e5bb788
  255583: 1f4a29d
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 19, 2011
1 parent ec8aef2 commit 1b4600d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6241207253b940048ffb6ba483a248813261ce6a
refs/heads/master: 5bf0c1913498e55f1bf4c56fef6dacf2feb049bb
3 changes: 2 additions & 1 deletion trunk/drivers/net/davinci_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,14 +1083,15 @@ static int emac_dev_xmit(struct sk_buff *skb, struct net_device *ndev)
goto fail_tx;
}

skb_tx_timestamp(skb);

ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len,
GFP_KERNEL);
if (unlikely(ret_code != 0)) {
if (netif_msg_tx_err(priv) && net_ratelimit())
dev_err(emac_dev, "DaVinci EMAC: desc submit failed");
goto fail_tx;
}
skb_tx_timestamp(skb);

return NETDEV_TX_OK;

Expand Down

0 comments on commit 1b4600d

Please sign in to comment.