]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net: ethernet: ti: cpsw: remove netif_trans_update
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Mon, 6 Feb 2017 22:53:45 +0000 (00:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:36:53 +0000 (13:36 -0500)
No need to update jiffies in txq->trans_start twice, it's supposed to be
done in netdev_start_xmit() and anyway is re-written. Also, no reason to
update trans time in case of an error.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c

index 35a95dcc755ba593b9b6e4e983647c78bab642c8..4d1c0c3042c75227901578cfdb40ab09907fb649 100644 (file)
@@ -1601,8 +1601,6 @@ static netdev_tx_t cpsw_ndo_start_xmit(struct sk_buff *skb,
        struct cpdma_chan *txch;
        int ret, q_idx;
 
-       netif_trans_update(ndev);
-
        if (skb_padto(skb, CPSW_MIN_PACKET_SIZE)) {
                cpsw_err(priv, tx_err, "packet pad failed\n");
                ndev->stats.tx_dropped++;