RDMA/srpt: Fix error return code in srpt_cm_req_recv()
authorWang Wensheng <wangwensheng4@huawei.com>
Thu, 8 Apr 2021 11:31:32 +0000 (11:31 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 12 Apr 2021 23:18:35 +0000 (20:18 -0300)
commit6bc950beff0c440ac567cdc4e7f4542a9920953d
treef8758847246b92eca915be649ed6242fb18cb97e
parent5aa54bd28ce2b066d82cdd515269b9d562bd6e66
RDMA/srpt: Fix error return code in srpt_cm_req_recv()

Fix to return a negative error code from the error handling case instead
of 0, as done elsewhere in this function.

Fixes: db7683d7deb2 ("IB/srpt: Fix login-related race conditions")
Link: https://lore.kernel.org/r/20210408113132.87250-1-wangwensheng4@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/srpt/ib_srpt.c