RDMA/hns: Fix mismatch exception rollback
authorwenglianfa <wenglianfa@huawei.com>
Fri, 12 Apr 2024 09:16:12 +0000 (17:16 +0800)
committerLeon Romanovsky <leon@kernel.org>
Tue, 16 Apr 2024 12:06:47 +0000 (15:06 +0300)
commitdc3bda6e568e9310b7cd07769dd70a3f0cd696ca
tree9eccc376e8757a420e5df91f5e63dc911abce4c2
parenta942ec2745ca864cd8512142100e4027dc306a42
RDMA/hns: Fix mismatch exception rollback

When dma_alloc_coherent() fails in hns_roce_alloc_hem(), just call
kfree() to release hem instead of hns_roce_free_hem().

Fixes: c00743cbf2b8 ("RDMA/hns: Simplify 'struct hns_roce_hem' allocation")
Signed-off-by: wenglianfa <wenglianfa@huawei.com>
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Link: https://lore.kernel.org/r/20240412091616.370789-7-huangjunxian6@hisilicon.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hns/hns_roce_hem.c