net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
authorJiri Pirko <jiri@nvidia.com>
Tue, 18 Oct 2022 10:51:52 +0000 (12:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 11:02:10 +0000 (12:02 +0100)
commit3c29ad4f2cc510f5730e5ffbcbb059c5393a0b27
tree040c7c557c994bd71be56613aeee4fd847f89e9b
parent8aa897595bab34555245156abe3a5d0b9561484d
net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path

[ Upstream commit 2a35b2c2e6a252eda2134aae6a756861d9299531 ]

There are two cleanup calls missing in mlx5_init_once() error path.
Add them making the error path flow to be the same as
mlx5_cleanup_once().

Fixes: 52ec462eca9b ("net/mlx5: Add reserved-gids support")
Fixes: 7c39afb394c7 ("net/mlx5: PTP code migration to driver core section")
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/main.c