Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104781
b: refs/heads/master
c: 0ad1d6f
h: refs/heads/master
i:
  104779: 7124798
v: v3
  • Loading branch information
Wang Chen authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 8ce01a1 commit 295d4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83c79b55f0d929a0dcf2b0d347cd1875afc06f21
refs/heads/master: 0ad1d6f37cc3bb234c6e7ae30e40d1d40b9aa258
3 changes: 2 additions & 1 deletion trunk/lib/kobject_uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
if (retval)
goto exit;

call_usermodehelper(argv[0], argv, env->envp, UMH_WAIT_EXEC);
retval = call_usermodehelper(argv[0], argv,
env->envp, UMH_WAIT_EXEC);
}

exit:
Expand Down

0 comments on commit 295d4e8

Please sign in to comment.