Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59321
b: refs/heads/master
c: 991bda2
h: refs/heads/master
i:
  59319: 6b93468
v: v3
  • Loading branch information
Robert Walsh authored and Roland Dreier committed Jul 10, 2007
1 parent 707870f commit 03fa2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2d042313e420002b06715675963cfab48ed2597
refs/heads/master: 991bda284dcbc1ed0522683320043ac41d70c82c
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static void ipath_reset_qp(struct ipath_qp *qp)
qp->qkey = 0;
qp->qp_access_flags = 0;
qp->s_busy = 0;
qp->s_flags &= ~IPATH_S_SIGNAL_REQ_WR;
qp->s_flags &= IPATH_S_SIGNAL_REQ_WR;
qp->s_hdrwords = 0;
qp->s_psn = 0;
qp->r_psn = 0;
Expand Down

0 comments on commit 03fa2aa

Please sign in to comment.