net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Feb 2021 07:54:17 +0000 (07:54 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 11 Feb 2021 04:47:15 +0000 (20:47 -0800)
commitb50c4892cb98417df96b73119c54520da34a3e88
tree69ed7b5f4cc8c08acdf0fbfca4074ef906a7a220
parent2b6c3c1e74e53f370074eb03769c9499aa30c55a
net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()

Fix to return negative error code -ENOMEM from the ioremap() error
handling case instead of 0, as done elsewhere in this function.

Fixes: 1958fc2f0712 ("net/mlx5: SF, Add auxiliary device driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/sf/dev/driver.c