]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()
authorYunsheng Lin <linyunsheng@huawei.com>
Thu, 22 Sep 2022 12:33:08 +0000 (20:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2025 12:28:45 +0000 (13:28 +0100)
commitbc509159a2235e1ba09586413905e50c3bfa6d23
tree9980ce60bf08ce7eda327dc125d2183f86657b56
parent5e7c02730ccec1113d3a24e9a518ef99d7ba262c
RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()

[ Upstream commit be1eeb667eb748391b1c8158678fe4d892187793 ]

The 'bt_level' parameter is not used in hem_list_alloc_item(),
so remove it.

Link: https://lore.kernel.org/r/20220922123315.3732205-6-xuhaoyue1@hisilicon.com
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Stable-dep-of: 8673a6c2d9e4 ("RDMA/hns: Fix mapping error of zero-hop WQE buffer")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/hw/hns/hns_roce_hem.c