Add support for Wacom WACF007 and WACF008 to serial pnp driver
[safe/jmp/linux-2.6] / kernel / kmod.c
index 9809cc1..c6a4f8a 100644 (file)
@@ -505,7 +505,7 @@ int call_usermodehelper_pipe(char *path, char **argv, char **envp,
        if (ret < 0)
                goto out;
 
-       return call_usermodehelper_exec(sub_info, 1);
+       return call_usermodehelper_exec(sub_info, UMH_WAIT_EXEC);
 
   out:
        call_usermodehelper_freeinfo(sub_info);