net/mlx5: Clear health sick bit when starting health poll
[cascardo/linux.git] / drivers / net / ethernet / mellanox / mlx5 / core / health.c
index 1a05fb9..2cb4094 100644 (file)
@@ -281,6 +281,7 @@ void mlx5_start_health_poll(struct mlx5_core_dev *dev)
        struct mlx5_core_health *health = &dev->priv.health;
 
        init_timer(&health->timer);
+       health->sick = 0;
        health->health = &dev->iseg->health;
        health->health_counter = &dev->iseg->health_counter;