Browse Source

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

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Ben Hutchings 15 năm trước cách đây
mục cha
commit
cc83f6d692
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/net/sfc/selftest.c

+ 0 - 1
drivers/net/sfc/selftest.c

@@ -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;