]> git.ipfire.org Git - people/arne_f/kernel.git/commit - drivers/net/ethernet/mellanox/mlx5/core/main.c
net/mlx5: Fix driver load error flow when firmware is stuck
authorGal Pressman <galp@mellanox.com>
Mon, 19 Jun 2017 15:25:59 +0000 (18:25 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 27 Jun 2017 11:49:57 +0000 (14:49 +0300)
commit8ce59b16b4b6eacedaec1f7b652b4781cdbfe15f
tree3cda6fb92a083a3e09244adc596e140f2e51c09e
parentd747a7a51b00984127a88113cdbbc26f91e9d815
net/mlx5: Fix driver load error flow when firmware is stuck

When wait for firmware init fails, previous code would mistakenly
return success and cause inconsistency in the driver state.

Fixes: 6c780a0267b8 ("net/mlx5: Wait for FW readiness before initializing command interface")
Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/main.c