usermodehelper: use UMH_WAIT_PROC consistently
[deliverable/linux.git] / drivers / staging / rtl8187se / r8180_core.c
index e4ade550cfe5f850fa088687bdf61ce8c7935f54..4fe52f6b0034b67bdcac812b0a42f3f2b5a8fde1 100644 (file)
@@ -4159,7 +4159,7 @@ void GPIOChangeRFWorkItemCallBack(struct work_struct *work)
                argv[0] = RadioPowerPath;
                argv[2] = NULL;
 
-               call_usermodehelper(RadioPowerPath, argv, envp, 1);
+               call_usermodehelper(RadioPowerPath, argv, envp, UMH_WAIT_PROC);
        }
 }
 
This page took 0.031853 seconds and 5 git commands to generate.