Skip to content
Commit 63ea641f authored by Colin Ian King's avatar Colin Ian King Committed by Doug Ledford
Browse files

RDMA/hns: return 0 rather than return a garbage status value



For the case where hr_qp->state == IB_QPS_RESET, an uninitialized
value in ret is being returned by function hns_roce_v2_query_qp.
Fix this by setting ret to 0 for this specific return condition.

Detected by CoverityScan, CID#1457203 ("Unitialized scalar variable")

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarWei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 988e175b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment