commit | f34727a1351362c8f349d29efcd0e72702571e6a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Feb 01 13:01:48 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Feb 01 15:24:32 2018 -0700 |
tree | 7894d3a36ca944d28eb2368004e7ffa06ae4cfb8 | |
parent | 0da6550366b8d3a221d4a927e56efec82049d518 [diff] |
RDMA/nldev: missing error code in nldev_res_get_doit() We should return -ENOMEM if the allocation fails. The current code accidentally returns success. Fixes: bf3c5a93c523 ("RDMA/nldev: Provide global resource utilization") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>