Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217711
b: refs/heads/master
c: af93fb5
h: refs/heads/master
i:
  217709: a07938a
  217707: c6c3641
  217703: a29360e
  217695: 65ad167
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Sep 28, 2010
1 parent 3cb9690 commit 7c667f1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c8e081a1bf11c5cbac5f2f9f53c040be61d7b29e
refs/heads/master: af93fb5dcc6b1cba5fd0861d349b3f9c93144bc0
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/cxgb4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,8 @@ int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp,

/* disassociate the LLP connection */
qhp->attr.llp_stream_handle = NULL;
ep = qhp->ep;
if (!ep)
ep = qhp->ep;
qhp->ep = NULL;
qhp->attr.state = C4IW_QP_STATE_ERROR;
free = 1;
Expand Down

0 comments on commit 7c667f1

Please sign in to comment.