Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325375
b: refs/heads/master
c: 2b5d20d
h: refs/heads/master
i:
  325373: 76919e1
  325371: f5490cc
  325367: a3a689c
  325359: b5db2bb
  325343: 2716c0d
  325311: 5b46843
  325247: 2806517
  325119: 4aef51d
v: v3
  • Loading branch information
Lauri Hintsala authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 0b5ab12 commit eaca102
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8ab92cbdb37b87d4fda4c2cb1c0f586856c6c64a
refs/heads/master: 2b5d20db81276149d70db02be876511137a64b7f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/csr/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ uf_run_unifihelper(unifi_priv_t *priv)

unifi_trace(priv, UDBG2, "running %s %s %s\n", argv[0], argv[1], argv[2]);

r = call_usermodehelper(argv[0], argv, envp, 0);
r = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);

return r;
#else
Expand Down

0 comments on commit eaca102

Please sign in to comment.