Loading drivers/mmc/core/sd.c +5 −0 Original line number Diff line number Diff line Loading @@ -1283,6 +1283,11 @@ static int _mmc_sd_resume(struct mmc_host *host) #else err = mmc_sd_init_card(host, host->card->ocr, host->card); #endif if (err) { pr_err("%s: %s: mmc_sd_init_card_failed (%d)\n", mmc_hostname(host), __func__, err); goto out; } mmc_card_clr_suspended(host->card); if (host->card->sdr104_blocked) Loading Loading
drivers/mmc/core/sd.c +5 −0 Original line number Diff line number Diff line Loading @@ -1283,6 +1283,11 @@ static int _mmc_sd_resume(struct mmc_host *host) #else err = mmc_sd_init_card(host, host->card->ocr, host->card); #endif if (err) { pr_err("%s: %s: mmc_sd_init_card_failed (%d)\n", mmc_hostname(host), __func__, err); goto out; } mmc_card_clr_suspended(host->card); if (host->card->sdr104_blocked) Loading