aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-10-13 11:06:45 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-10-13 13:59:47 -0300
commit663991f32857b3b63c94c97de9dbb0ec8600144f (patch)
treed79af98a7f793aa428b5bc0a52bd19f8c9ee2237 /drivers/infiniband/hw
parentIB/hfi1: Fix abba locking issue with sc_disable() (diff)
downloadlinux-dev-663991f32857b3b63c94c97de9dbb0ec8600144f.tar.xz
linux-dev-663991f32857b3b63c94c97de9dbb0ec8600144f.zip
RDMA/rdmavt: Fix error code in rvt_create_qp()
Return negative -ENOMEM instead of positive ENOMEM. Returning a postive value will cause an Oops because it becomes an ERR_PTR() in the create_qp() function. Fixes: 514aee660df4 ("RDMA: Globally allocate and release QP memory") Link: https://lore.kernel.org/r/20211013080645.GD6010@kili Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw')
0 files changed, 0 insertions, 0 deletions