Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267436
b: refs/heads/master
c: 23eec9e
h: refs/heads/master
v: v3
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 715521c commit 846d87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 6bdc78fae281694d45268081748e40e4aee0078c
refs/heads/master: 23eec9e1776d2e4ff7872f4d547d6913922c8977
9 changes: 3 additions & 6 deletions trunk/drivers/staging/brcm80211/brcmfmac/bcmsdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <soc.h>
#include "dhd.h"
#include "dhd_bus.h"
#include "dhd_dbg.h"
#include "sdio_host.h"

#define SDIOH_API_ACCESS_RETRY_LIMIT 2
Expand All @@ -55,9 +56,6 @@
#define BRCMF_SD_INFO(x)
#endif /* BCMDBG */

/* debugging macros */
#define SDLX_MSG(x)

#define SDIOH_CMD_TYPE_NORMAL 0 /* Normal command */
#define SDIOH_CMD_TYPE_APPEND 1 /* Append command */
#define SDIOH_CMD_TYPE_CUTTHRU 2 /* Cut-through command */
Expand Down Expand Up @@ -486,7 +484,7 @@ int brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev)

card = brcmf_sdcard_attach((void *)0, &regs);
if (!card) {
SDLX_MSG(("%s: attach failed\n", __func__));
BRCMF_ERROR(("%s: attach failed\n", __func__));
goto err;
}
sdiodev->card = card;
Expand All @@ -498,7 +496,7 @@ int brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev)
sdiodev->bus = drvinfo.attach((vendevid >> 16), (vendevid & 0xFFFF),
0, 0, 0, 0, regs, card);
if (!sdiodev->bus) {
SDLX_MSG(("%s: device attach failed\n", __func__));
BRCMF_ERROR(("%s: device attach failed\n", __func__));
goto err;
}

Expand All @@ -525,7 +523,6 @@ int brcmf_sdio_register(struct brcmf_sdioh_driver *driver)
{
drvinfo = *driver;

SDLX_MSG(("Linux Kernel SDIO/MMC Driver\n"));
return brcmf_sdio_function_init();
}

Expand Down

0 comments on commit 846d87d

Please sign in to comment.