OSDN Git Service

RDMA/hns: Fix uninitialized variable
authorYixing Liu <liuyixing1@huawei.com>
Fri, 18 Jun 2021 10:10:12 +0000 (18:10 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 22 Jun 2021 18:17:06 +0000 (15:17 -0300)
commit2a38c0f10e6d7d28e06ff1eb1f350804c4850275
tree377afe78f569032f7f7c24d80618ab83a51b833d
parente13026578b727becf2614f34a4f35e7f0ed21be1
RDMA/hns: Fix uninitialized variable

A random value will be returned if the condition below is not met, so it
needs to be initialized.

Fixes: 9ea9a53ea93b ("RDMA/hns: Add mapped page count checking for MTR")
Link: https://lore.kernel.org/r/1624011020-16992-3-git-send-email-liweihang@huawei.com
Signed-off-by: Yixing Liu <liuyixing1@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_mr.c