diff options
Diffstat (limited to 'arch/um/drivers/harddog_user.c')
-rw-r--r-- | arch/um/drivers/harddog_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/harddog_user.c b/arch/um/drivers/harddog_user.c index 5eeecf8917c3..1171790f742c 100644 --- a/arch/um/drivers/harddog_user.c +++ b/arch/um/drivers/harddog_user.c | |||
@@ -68,7 +68,7 @@ int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock) | |||
68 | args = pid_args; | 68 | args = pid_args; |
69 | } | 69 | } |
70 | 70 | ||
71 | pid = run_helper(pre_exec, &data, args, NULL); | 71 | pid = run_helper(pre_exec, &data, args); |
72 | 72 | ||
73 | os_close_file(out_fds[0]); | 73 | os_close_file(out_fds[0]); |
74 | os_close_file(in_fds[1]); | 74 | os_close_file(in_fds[1]); |