Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220967
b: refs/heads/master
c: 9f2a0fa
h: refs/heads/master
i:
  220965: 7a99852
  220963: 137dd02
  220959: e673872
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Oct 29, 2010
1 parent ad56899 commit 544613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 520efd1ace3f826120482e57a95d649b4e1c1684
refs/heads/master: 9f2a0fac625bcef9c579bcf0b0c904ab1a56e7c4
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ static void b43_sdio_remove(struct sdio_func *func)
struct b43_sdio *sdio = sdio_get_drvdata(func);

ssb_bus_unregister(&sdio->ssb);
sdio_claim_host(func);
sdio_disable_func(func);
sdio_release_host(func);
kfree(sdio);
sdio_set_drvdata(func, NULL);
}
Expand Down

0 comments on commit 544613a

Please sign in to comment.