Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54286
b: refs/heads/master
c: b16895b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 7, 2007
1 parent 5200d06 commit dc6f477
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: 56bd194bb200ef0c49517de67a7d7f4b043b11b1
refs/heads/master: b16895b63c504698b0c3ab26ca3c41a4fa162a42
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/chan_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int winch_tramp(int fd, struct tty_struct *tty, int *fd_out)
*/
err = run_helper_thread(winch_thread, &data, CLONE_FILES, &stack, 0);
if(err < 0){
printk("fork of winch_thread failed - errno = %d\n", err);
printk("fork of winch_thread failed - errno = %d\n", -err);
goto out_close;
}

Expand Down

0 comments on commit dc6f477

Please sign in to comment.