aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/selftest.c')
-rw-r--r--drivers/net/sfc/selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/selftest.c b/drivers/net/sfc/selftest.c
index 74e84afd5b6b..15d4d9c81362 100644
--- a/drivers/net/sfc/selftest.c
+++ b/drivers/net/sfc/selftest.c
@@ -719,7 +719,7 @@ int efx_selftest(struct efx_nic *efx, struct efx_self_tests *tests,
719 rc_test = rc; 719 rc_test = rc;
720 720
721 /* reset the chip to recover from the register test */ 721 /* reset the chip to recover from the register test */
722 rc_reset = falcon_reset_hw(efx, reset_method); 722 rc_reset = efx->type->reset(efx, reset_method);
723 723
724 /* Ensure that the phy is powered and out of loopback 724 /* Ensure that the phy is powered and out of loopback
725 * for the bist and loopback tests */ 725 * for the bist and loopback tests */