Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101041
b: refs/heads/master
c: 70fe179
h: refs/heads/master
i:
  101039: 077aa18
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Jul 15, 2008
1 parent 2363555 commit 94f94f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8294f29767c53e97664a27db9974adea8e2ea95b
refs/heads/master: 70fe1796a5ebc5f955be39bba5c42eee9eb89e1f
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd)
mhp->attr.type = TPT_MW;
mhp->attr.stag = stag;
mmid = (stag) >> 8;
mhp->ibmw.rkey = stag;
insert_handle(rhp, &rhp->mmidr, mhp, mmid);
PDBG("%s mmid 0x%x mhp %p stag 0x%x\n", __func__, mmid, mhp, stag);
return &(mhp->ibmw);
Expand Down

0 comments on commit 94f94f1

Please sign in to comment.