Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58763
b: refs/heads/master
c: 8c75dea
h: refs/heads/master
i:
  58761: 8ba4f1a
  58759: 879c29b
v: v3
  • Loading branch information
Pierre Ossman committed Jul 9, 2007
1 parent 4394753 commit 476e8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ffce2e7e7060c949ccd703dacc9b3dd81b377373
refs/heads/master: 8c75deae1ab99661975da098f8b721bafbb247c4
6 changes: 3 additions & 3 deletions trunk/drivers/mmc/core/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static int mmc_read_ext_csd(struct mmc_card *card)
* In the case of a resume, "curcard" will contain the card
* we're trying to reinitialise.
*/
static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,
static int mmc_init_card(struct mmc_host *host, u32 ocr,
struct mmc_card *oldcard)
{
struct mmc_card *card;
Expand Down Expand Up @@ -500,7 +500,7 @@ static void mmc_resume(struct mmc_host *host)

mmc_claim_host(host);

err = mmc_sd_init_card(host, host->ocr, host->card);
err = mmc_init_card(host, host->ocr, host->card);
if (err != MMC_ERR_NONE) {
mmc_remove(host);
mmc_detach_bus(host);
Expand Down Expand Up @@ -559,7 +559,7 @@ int mmc_attach_mmc(struct mmc_host *host, u32 ocr)
/*
* Detect and init the card.
*/
err = mmc_sd_init_card(host, host->ocr, NULL);
err = mmc_init_card(host, host->ocr, NULL);
if (err != MMC_ERR_NONE)
goto err;

Expand Down

0 comments on commit 476e8a6

Please sign in to comment.