Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267473
b: refs/heads/master
c: 47b4c64
h: refs/heads/master
i:
  267471: 6ca07d3
v: v3
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent fa18247 commit 5a69fcf
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 130 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: b73b2f9e6c99a6bbc06b3ffa2a9981335fad610b
refs/heads/master: 47b4c640b849fc4aea881f4dd5f074c8943891d2
5 changes: 3 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmfmac/bcmsdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/pci_ids.h>
#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/mmc/card.h>

#include <defs.h>
#include <brcm_hw_ids.h>
Expand Down Expand Up @@ -55,12 +56,12 @@ brcmf_sdcard_iovar_op(struct brcmf_sdio_dev *sdiodev, const char *name,

int brcmf_sdcard_intr_reg(struct brcmf_sdio_dev *sdiodev)
{
return brcmf_sdioh_interrupt_register();
return brcmf_sdioh_interrupt_register(sdiodev);
}

int brcmf_sdcard_intr_dereg(struct brcmf_sdio_dev *sdiodev)
{
return brcmf_sdioh_interrupt_deregister();
return brcmf_sdioh_interrupt_deregister(sdiodev);
}

u8 brcmf_sdcard_cfg_read(struct brcmf_sdio_dev *sdiodev, uint fnc_num, u32 addr,
Expand Down
Loading

0 comments on commit 5a69fcf

Please sign in to comment.