diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_qp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_qp.c b/drivers/infiniband/hw/ipath/ipath_qp.c index 9e07abba8aa..bfd39c933b2 100644 --- a/drivers/infiniband/hw/ipath/ipath_qp.c +++ b/drivers/infiniband/hw/ipath/ipath_qp.c | |||
@@ -336,7 +336,7 @@ static void ipath_reset_qp(struct ipath_qp *qp) | |||
336 | qp->qkey = 0; | 336 | qp->qkey = 0; |
337 | qp->qp_access_flags = 0; | 337 | qp->qp_access_flags = 0; |
338 | qp->s_busy = 0; | 338 | qp->s_busy = 0; |
339 | qp->s_flags &= ~IPATH_S_SIGNAL_REQ_WR; | 339 | qp->s_flags &= IPATH_S_SIGNAL_REQ_WR; |
340 | qp->s_hdrwords = 0; | 340 | qp->s_hdrwords = 0; |
341 | qp->s_psn = 0; | 341 | qp->s_psn = 0; |
342 | qp->r_psn = 0; | 342 | qp->r_psn = 0; |