Skip to content

Commit

Permalink
sfc: Do not set net_device::trans_start in self-test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 26, 2009
1 parent f30eb23 commit cc83f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc83f6d

Please sign in to comment.