sfc: Correctly initialise reset_method in siena_test_chip()
[ Upstream commit ef492f11efed9a6a1686bf914fb74468df59385c ] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2672f1c1e7
commit
41ade8ee0d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue