Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338094
b: refs/heads/master
c: 9419066
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent f0c3be1 commit 0046bcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: e543acf07db78cfc135e45c4ce0ed26ccf774c37
refs/heads/master: 941906647a12749ae769b3414f652f1f03e22f69
6 changes: 0 additions & 6 deletions trunk/drivers/staging/csr/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ unifi_fw_read(void *ospriv, void *arg, u32 offset, void *buf, u32 len)
int
uf_run_unifihelper(unifi_priv_t *priv)
{
#ifdef CONFIG_HOTPLUG

#ifdef ANDROID_BUILD
char *prog = "/system/bin/unififw";
#else
Expand Down Expand Up @@ -280,10 +278,6 @@ uf_run_unifihelper(unifi_priv_t *priv)
r = call_usermodehelper(argv[0], argv, envp, UMH_WAIT_EXEC);

return r;
#else
unifi_trace(priv, UDBG1, "Can't automatically download firmware because kernel does not have HOTPLUG\n");
return -1;
#endif
} /* uf_run_unifihelper() */

#ifdef CSR_WIFI_SPLIT_PATCH
Expand Down

0 comments on commit 0046bcb

Please sign in to comment.