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

Commit ef492f11 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Correctly initialise reset_method in siena_test_chip()

parent 778cdaf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ static const struct efx_nic_register_test siena_register_tests[] = {

static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests)
{
	enum reset_type reset_method = reset_method;
	enum reset_type reset_method = RESET_TYPE_ALL;
	int rc, rc2;

	efx_reset_down(efx, reset_method);