Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278033
b: refs/heads/master
c: 521dffc
h: refs/heads/master
i:
  278031: 2f1a4a7
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Nov 11, 2011
1 parent c4f5e52 commit 8830794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 116b3a2e0fb79fbc2367f69167a7a84a4c864a2d
refs/heads/master: 521dffcc8ae90ad08e9d9f12d9f9acc9db562194
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/ath/ath6kl/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1461,9 +1461,8 @@ static int ath6kl_init_hw_params(struct ath6kl *ar)
return 0;
}

static int ath6kl_init(struct net_device *dev)
static int ath6kl_init(struct ath6kl *ar)
{
struct ath6kl *ar = ath6kl_priv(dev);
int status = 0;
s32 timeleft;

Expand Down Expand Up @@ -1632,7 +1631,7 @@ int ath6kl_core_init(struct ath6kl *ar)
if (ret)
goto err_htc_cleanup;

ret = ath6kl_init(ar->net_dev);
ret = ath6kl_init(ar);
if (ret)
goto err_htc_cleanup;

Expand Down

0 comments on commit 8830794

Please sign in to comment.