VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Leon Romanovsky <leonro@nvidia.com> 2021-05-09 14:41:38 +0300 committer: Jason Gunthorpe <jgg@nvidia.com> 2021-05-10 14:06:45 -0300 commit: a3d83276d98886879b5bf7b30b7c29882754e4df parent: a568814a55a0e82bbc7c7b51333d0c38e8fb5520
Commit Summary:
RDMA/siw: Release xarray entry
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/infiniband/sw/siw/siw_verbs.c b/drivers/infiniband/sw/siw/siw_verbs.c
index 917c8a919f38..3f175f220a22 100644
--- a/drivers/infiniband/sw/siw/siw_verbs.c
+++ b/drivers/infiniband/sw/siw/siw_verbs.c
@@ -375,7 +375,7 @@ struct ib_qp *siw_create_qp(struct ib_pd *pd,
 	else {
 		/* Zero sized SQ is not supported */
 		rv = -EINVAL;
-		goto err_out;
+		goto err_out_xa;
 	}
 	if (num_rqe)
 		num_rqe = roundup_pow_of_two(num_rqe);