RDMA/nldev: missing error code in nldev_res_get_doit()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 1 Feb 2018 10:01:48 +0000 (13:01 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 1 Feb 2018 22:24:32 +0000 (15:24 -0700)
commitf34727a1351362c8f349d29efcd0e72702571e6a
tree7894d3a36ca944d28eb2368004e7ffa06ae4cfb8
parent0da6550366b8d3a221d4a927e56efec82049d518
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>
drivers/infiniband/core/nldev.c