Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337288
b: refs/heads/master
c: f28c407
h: refs/heads/master
v: v3
  • Loading branch information
Chihau Chau authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent 158f8dd commit d66c7b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 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: 585628255a8c359d3db81818a23acfc6f22ff6d8
refs/heads/master: f28c407587846e5fc0ce1a9cf4876b74b21ab0ee
19 changes: 9 additions & 10 deletions trunk/drivers/staging/csr/bh.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,20 +228,19 @@ handle_bh_error(unifi_priv_t *priv)
*
* ---------------------------------------------------------------------------
*/
static int
bh_thread_function(void *arg)
static int bh_thread_function(void *arg)
{
unifi_priv_t *priv = (unifi_priv_t*)arg;
CsrResult csrResult;
long ret;
u32 timeout, t;
struct uf_thread *this_thread;
unifi_priv_t *priv = (unifi_priv_t *)arg;
CsrResult csrResult;
long ret;
u32 timeout, t;
struct uf_thread *this_thread;

unifi_trace(priv, UDBG2, "bh_thread_function starting\n");
unifi_trace(priv, UDBG2, "bh_thread_function starting\n");

this_thread = &priv->bh_thread;
this_thread = &priv->bh_thread;

t = timeout = 0;
t = timeout = 0;
while (!kthread_should_stop()) {
/* wait until an error occurs, or we need to process something. */
unifi_trace(priv, UDBG3, "bh_thread goes to sleep.\n");
Expand Down

0 comments on commit d66c7b6

Please sign in to comment.