diff options
Diffstat (limited to 'drivers/infiniband/hw/ehca')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_reqs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_reqs.c b/drivers/infiniband/hw/ehca/ehca_reqs.c index d0a1c674a11b..acb8649151e0 100644 --- a/drivers/infiniband/hw/ehca/ehca_reqs.c +++ b/drivers/infiniband/hw/ehca/ehca_reqs.c | |||
@@ -667,7 +667,7 @@ repoll: | |||
667 | ehca_dmp(cqe, 64, "ehca_cq=%p cq_num=%x", | 667 | ehca_dmp(cqe, 64, "ehca_cq=%p cq_num=%x", |
668 | my_cq, my_cq->cq_number); | 668 | my_cq, my_cq->cq_number); |
669 | /* update also queue adder to throw away this entry!!! */ | 669 | /* update also queue adder to throw away this entry!!! */ |
670 | goto poll_cq_one_exit0; | 670 | goto repoll; |
671 | } | 671 | } |
672 | 672 | ||
673 | /* eval ib_wc_status */ | 673 | /* eval ib_wc_status */ |