aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index dff1da8ae5c4..924aa5ed02ce 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -4863,7 +4863,6 @@ static int ixgbe_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
4863 if (count) { 4863 if (count) {
4864 ixgbe_tx_queue(adapter, tx_ring, tx_flags, count, skb->len, 4864 ixgbe_tx_queue(adapter, tx_ring, tx_flags, count, skb->len,
4865 hdr_len); 4865 hdr_len);
4866 netdev->trans_start = jiffies;
4867 ixgbe_maybe_stop_tx(netdev, tx_ring, DESC_NEEDED); 4866 ixgbe_maybe_stop_tx(netdev, tx_ring, DESC_NEEDED);
4868 4867
4869 } else { 4868 } else {