Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302628
b: refs/heads/master
c: 55a8d62
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Roland Dreier committed May 8, 2012
1 parent ec0178c commit 22481fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3e4d60a82e7ab4cd6e212b6834c6a48c79731957
refs/heads/master: 55a8d62a3bd2a0536d526da817fd4f49e6470770
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ struct ib_mr *ocrdma_get_dma_mr(struct ib_pd *ibpd, int acc)
struct ocrdma_mr *mr;

mr = ocrdma_alloc_lkey(ibpd, acc, 0, OCRDMA_ADDR_CHECK_DISABLE);
if (!mr)
return ERR_PTR(-ENOMEM);
if (IS_ERR(mr))
return ERR_CAST(mr);

return &mr->ibmr;
}
Expand Down

0 comments on commit 22481fd

Please sign in to comment.