diff options
| -rw-r--r-- | drivers/infiniband/sw/rxe/rxe_comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_comp.c b/drivers/infiniband/sw/rxe/rxe_comp.c index cd27cbde7652..d369f24425f9 100644 --- a/drivers/infiniband/sw/rxe/rxe_comp.c +++ b/drivers/infiniband/sw/rxe/rxe_comp.c | |||
| @@ -224,7 +224,7 @@ static inline enum comp_state check_psn(struct rxe_qp *qp, | |||
| 224 | else | 224 | else |
| 225 | return COMPST_DONE; | 225 | return COMPST_DONE; |
| 226 | } else if ((diff > 0) && (wqe->mask & WR_ATOMIC_OR_READ_MASK)) { | 226 | } else if ((diff > 0) && (wqe->mask & WR_ATOMIC_OR_READ_MASK)) { |
| 227 | return COMPST_ERROR_RETRY; | 227 | return COMPST_DONE; |
| 228 | } else { | 228 | } else { |
| 229 | return COMPST_CHECK_ACK; | 229 | return COMPST_CHECK_ACK; |
| 230 | } | 230 | } |
