Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253921
b: refs/heads/master
c: 301c2c3
h: refs/heads/master
i:
  253919: 15661ca
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Jun 17, 2011
1 parent fbefe3c commit 68e8ca0
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: 2ff7d09a1b0f20f2d9c1bde0e003d4e384de2313
refs/heads/master: 301c2c3f039a1f9478f6cbef60f2ccd4da9bd4a1
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/cxgb4/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ struct ib_mr *c4iw_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
mhp->attr.perms = c4iw_ib_to_tpt_access(acc);
mhp->attr.va_fbo = virt;
mhp->attr.page_size = shift - 12;
mhp->attr.len = (u32) length;
mhp->attr.len = length;

err = register_mem(rhp, php, mhp, shift);
if (err)
Expand Down

0 comments on commit 68e8ca0

Please sign in to comment.