Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177112
b: refs/heads/master
c: df42245
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Roland Dreier committed Dec 9, 2009
1 parent f4c6056 commit 882d841
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: f7111821e51a58ee0f548f256743121ce1b365ae
refs/heads/master: df42245a3c246ec1eeeedbc3e5edbcc17f081c79
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/uverbs_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ ssize_t ib_uverbs_get_context(struct ib_uverbs_file *file,

ucontext = ibdev->alloc_ucontext(ibdev, &udata);
if (IS_ERR(ucontext)) {
ret = PTR_ERR(file->ucontext);
ret = PTR_ERR(ucontext);
goto err;
}

Expand Down

0 comments on commit 882d841

Please sign in to comment.