Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent f30eb23e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;