diff options
Diffstat (limited to 'arch/um/drivers/xterm.c')
-rw-r--r-- | arch/um/drivers/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/xterm.c b/arch/um/drivers/xterm.c index 35912846ed21..fd817e541543 100644 --- a/arch/um/drivers/xterm.c +++ b/arch/um/drivers/xterm.c | |||
@@ -132,7 +132,7 @@ static int xterm_open(int input, int output, int primary, void *d, | |||
132 | } | 132 | } |
133 | 133 | ||
134 | sprintf(title, data->title, data->device); | 134 | sprintf(title, data->title, data->device); |
135 | pid = run_helper(NULL, NULL, argv, NULL); | 135 | pid = run_helper(NULL, NULL, argv); |
136 | if (pid < 0) { | 136 | if (pid < 0) { |
137 | err = pid; | 137 | err = pid; |
138 | printk(UM_KERN_ERR "xterm_open : run_helper failed, " | 138 | printk(UM_KERN_ERR "xterm_open : run_helper failed, " |