Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32613
b: refs/heads/master
c: 6583eb3
h: refs/heads/master
i:
  32611: c145a1f
v: v3
  • Loading branch information
Vu Pham authored and Linus Torvalds committed Jul 15, 2006
1 parent a244c65 commit dc55c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0ee3404cce2c45f8b95b341dd6311cd92e5cee0
refs/heads/master: 6583eb3dcc1f03ce969594dae5573dbefce015dc
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ static int srp_map_fmr(struct srp_device *dev, struct scatterlist *scat,
dma_pages, page_cnt, &io_addr);
if (IS_ERR(req->fmr)) {
ret = PTR_ERR(req->fmr);
req->fmr = NULL;
goto out;
}

Expand Down

0 comments on commit dc55c99

Please sign in to comment.