Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17059
b: refs/heads/master
c: 6c7d2a7
h: refs/heads/master
i:
  17057: f225034
  17055: 4e606d0
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Dec 15, 2005
1 parent d023424 commit cd383ab
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: 44b5b0303327cfb23f135b95b2fe5436c81ed27c
refs/heads/master: 6c7d2a75b512c64c910b69adf32dbaddb461910b
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_memfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void *mthca_table_find(struct mthca_icm_table *table, int obj)
for (i = 0; i < chunk->npages; ++i) {
if (chunk->mem[i].length >= offset) {
page = chunk->mem[i].page;
break;
goto out;
}
offset -= chunk->mem[i].length;
}
Expand Down

0 comments on commit cd383ab

Please sign in to comment.