Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255387
b: refs/heads/master
c: 02a0fbe
h: refs/heads/master
i:
  255385: 33e5717
  255383: 77fa55d
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jun 1, 2011
1 parent 754047e commit 948ae5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6ac53692179da165b2cb1e2a122b0ed9dad9b9ad
refs/heads/master: 02a0fbe4dcb4c318d09d97b19e51f48ba6d36ede
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/b43/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void b43_sdio_interrupt_dispatcher(struct sdio_func *func)
int b43_sdio_request_irq(struct b43_wldev *dev,
void (*handler)(struct b43_wldev *dev))
{
struct ssb_bus *bus = dev->sdev->bus;
struct ssb_bus *bus = dev->dev->sdev->bus;
struct sdio_func *func = bus->host_sdio;
struct b43_sdio *sdio = sdio_get_drvdata(func);
int err;
Expand All @@ -82,7 +82,7 @@ int b43_sdio_request_irq(struct b43_wldev *dev,

void b43_sdio_free_irq(struct b43_wldev *dev)
{
struct ssb_bus *bus = dev->sdev->bus;
struct ssb_bus *bus = dev->dev->sdev->bus;
struct sdio_func *func = bus->host_sdio;
struct b43_sdio *sdio = sdio_get_drvdata(func);

Expand Down

0 comments on commit 948ae5f

Please sign in to comment.