Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172
b: refs/heads/master
c: 2714eb5
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Linus Torvalds committed Apr 16, 2005
1 parent 90b0919 commit 8c9c409
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 55645e9b0ae202f9bd58e68eb141d7594163935f
refs/heads/master: 2714eb5a4fb2b461b452fb8a2f65c8caacdd12d5
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_memfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ int mthca_alloc_db(struct mthca_dev *dev, int type, u32 qn, u32 **db)
break;

default:
return -1;
ret = -EINVAL;
goto out;
}

for (i = start; i != end; i += dir)
Expand Down

0 comments on commit 8c9c409

Please sign in to comment.