Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60809
b: refs/heads/master
c: 3d0fd33
h: refs/heads/master
i:
  60807: 28191a4
v: v3
  • Loading branch information
Vasily Averin authored and Linus Torvalds committed Jul 17, 2007
1 parent fbf1c34 commit 2e79fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 010904cbed3db3464213fbc602802cc6f53e56e1
refs/heads/master: 3d0fd333a1c2659fb0495894090d1146b239fd9a
4 changes: 3 additions & 1 deletion trunk/drivers/message/i2o/exec-osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@ int i2o_msg_post_wait_mem(struct i2o_controller *c, struct i2o_message *msg,
int rc = 0;

wait = i2o_exec_wait_alloc();
if (!wait)
if (!wait) {
i2o_msg_nop(c, msg);
return -ENOMEM;
}

if (tcntxt == 0xffffffff)
tcntxt = 0x80000000;
Expand Down

0 comments on commit 2e79fc2

Please sign in to comment.