Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75159
b: refs/heads/master
c: c63f702
h: refs/heads/master
i:
  75157: c79800f
  75155: 2dc8274
  75151: cb41e44
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 23, 2007
1 parent fc77b2e commit fbc80e2
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: db99247ac68fc352100090ad7704fb5efb9327b6
refs/heads/master: c63f702068a445f682d7590c5fadfc266785a071
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/harddog_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock)
n = read(in_fds[0], &c, sizeof(c));
if (n == 0) {
printk("harddog_open - EOF on watchdog pipe\n");
helper_wait(pid);
helper_wait(pid, 1, NULL);
err = -EIO;
goto out_close_out;
}
else if (n < 0) {
printk("harddog_open - read of watchdog pipe failed, "
"err = %d\n", errno);
helper_wait(pid);
helper_wait(pid, 1, NULL);
err = n;
goto out_close_out;
}
Expand Down

0 comments on commit fbc80e2

Please sign in to comment.