RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()
authorWang Wensheng <wangwensheng4@huawei.com>
Thu, 8 Apr 2021 11:31:37 +0000 (11:31 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 12 Apr 2021 18:11:00 +0000 (15:11 -0300)
Fix to return a negative error code from the error handling case instead
of 0, as done elsewhere in this function.

Fixes: 1ac5a4047975 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
Link: https://lore.kernel.org/r/20210408113137.97202-1-wangwensheng4@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/bnxt_re/qplib_fp.c

index 995d4633b0a1c7a6596f775516ebc86adb581cf0..d4d4959c2434ce47e2416c3eb859a6c3b867be16 100644 (file)
@@ -2784,6 +2784,7 @@ do_rq:
                dev_err(&cq->hwq.pdev->dev,
                        "FP: CQ Processed terminal reported rq_cons_idx 0x%x exceeds max 0x%x\n",
                        cqe_cons, rq->max_wqe);
+               rc = -EINVAL;
                goto done;
        }