sfc: Correctly initialise reset_method in siena_test_chip()
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
778cdaf639
commit
ef492f11ef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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;
|
int rc, rc2;
|
||||||
|
|
||||||
efx_reset_down(efx, reset_method);
|
efx_reset_down(efx, reset_method);
|
||||||
|
|
Loading…
Reference in a new issue