Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228136
b: refs/heads/master
c: 2636111
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Greg Kroah-Hartman committed Nov 20, 2010
1 parent 0935cb6 commit 0fee814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 5dc177da85a813ff73c35f2d9edfb0bc2fe8271c
refs/heads/master: 26361116d7c94984a5fbdc1b6a11555a9dc33cf0
13 changes: 1 addition & 12 deletions trunk/drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,28 +285,17 @@ extern int sdio_function_init(void);

int bcmsdh_register(bcmsdh_driver_t *driver)
{
int error = 0;

drvinfo = *driver;

#if defined(BCMPLATFORM_BUS)
#if defined(BCMLXSDMMC)
SDLX_MSG(("Linux Kernel SDIO/MMC Driver\n"));
error = sdio_function_init();
#endif /* defined(BCMLXSDMMC) */
return error;
#endif /* defined(BCMPLATFORM_BUS) */

return error;
return sdio_function_init();
}

extern void sdio_function_cleanup(void);

void bcmsdh_unregister(void)
{
#if defined(BCMLXSDMMC)
sdio_function_cleanup();
#endif /* BCMLXSDMMC */
}

#if defined(OOB_INTR_ONLY)
Expand Down

0 comments on commit 0fee814

Please sign in to comment.