Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206717
b: refs/heads/master
c: 2db0032
h: refs/heads/master
i:
  206715: b5c2bb1
v: v3
  • Loading branch information
Julia Lawall authored and Roland Dreier committed Aug 5, 2010
1 parent 523b6c5 commit 93adf91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: bd5d0ccbef9f2565e76dba4ff291da6a2cb8b1b4
refs/heads/master: 2db00321815e20f4a7ff9df43f7cf2073085683d
5 changes: 0 additions & 5 deletions trunk/drivers/infiniband/hw/ehca/ehca_mrmw.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,11 +933,6 @@ int ehca_unmap_fmr(struct list_head *fmr_list)
/* check all FMR belong to same SHCA, and check internal flag */
list_for_each_entry(ib_fmr, fmr_list, list) {
prev_shca = shca;
if (!ib_fmr) {
ehca_gen_err("bad fmr=%p in list", ib_fmr);
ret = -EINVAL;
goto unmap_fmr_exit0;
}
shca = container_of(ib_fmr->device, struct ehca_shca,
ib_device);
e_fmr = container_of(ib_fmr, struct ehca_mr, ib.ib_fmr);
Expand Down

0 comments on commit 93adf91

Please sign in to comment.