diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-10-13 11:06:45 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-10-13 19:59:47 +0300 |
commit | 663991f32857b3b63c94c97de9dbb0ec8600144f (patch) | |
tree | d79af98a7f793aa428b5bc0a52bd19f8c9ee2237 /fs/ext2 | |
parent | 13bac861952a78664907a0f927d3e874e9a59034 (diff) | |
download | linux-663991f32857b3b63c94c97de9dbb0ec8600144f.tar.xz |
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 'fs/ext2')
0 files changed, 0 insertions, 0 deletions