Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121443
b: refs/heads/master
c: 139cdab
h: refs/heads/master
i:
  121441: c952845
  121439: a6ade1b
v: v3
  • Loading branch information
Julia Lawall authored and Roland Dreier committed Dec 21, 2008
1 parent 3ecdb19 commit 7b8b17f
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: 1c721940ddd6496508f1f2fde5167b1c898b419b
refs/heads/master: 139cdab0a2af6f5eaee47cc0144608e53b65279d
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ehca/ehca_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int ehca_create_eq(struct ehca_shca *shca,
if (h_ret != H_SUCCESS || vpage)
goto create_eq_exit2;
} else {
if (h_ret != H_PAGE_REGISTERED || !vpage)
if (h_ret != H_PAGE_REGISTERED)
goto create_eq_exit2;
}
}
Expand Down

0 comments on commit 7b8b17f

Please sign in to comment.