Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6151
b: refs/heads/master
c: 7f9f2db
h: refs/heads/master
i:
  6149: d1bd0c9
  6147: 1763e80
  6143: 9167c97
v: v3
  • Loading branch information
Guy German authored and Roland Dreier committed Aug 27, 2005
1 parent 1f2527b commit 60583ca
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: ffbf4c34f1916fa1e0554269c94c57da4a21a348
refs/heads/master: 7f9f2dba729cee6ea10596ccb07447d467705b08
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ int mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd,
static void mthca_free_region(struct mthca_dev *dev, u32 lkey)
{
mthca_table_put(dev, dev->mr_table.mpt_table,
arbel_key_to_hw_index(lkey));
key_to_hw_index(dev, lkey));

mthca_free(&dev->mr_table.mpt_alloc, key_to_hw_index(dev, lkey));
}
Expand Down

0 comments on commit 60583ca

Please sign in to comment.