diff options
Diffstat (limited to 'drivers/video/uvesafb.c')
-rw-r--r-- | drivers/video/uvesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 9db3de3a8418..260cca7ddb41 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
@@ -121,7 +121,7 @@ static int uvesafb_helper_start(void) | |||
121 | NULL, | 121 | NULL, |
122 | }; | 122 | }; |
123 | 123 | ||
124 | return call_usermodehelper(v86d_path, argv, envp, 1); | 124 | return call_usermodehelper(v86d_path, argv, envp, UMH_WAIT_PROC); |
125 | } | 125 | } |
126 | 126 | ||
127 | /* | 127 | /* |