Commit cc83f6d6 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

sfc: Do not set net_device::trans_start in self-test

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f30eb23e
......@@ -435,7 +435,6 @@ static int efx_begin_loopback(struct efx_tx_queue *tx_queue)
kfree_skb(skb);
return -EPIPE;
}
efx->net_dev->trans_start = jiffies;
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment