Loading drivers/mmc/core/mmc.c +1 −0 Original line number Diff line number Diff line Loading @@ -2426,6 +2426,7 @@ static int _mmc_resume(struct mmc_host *host) #if defined(CONFIG_SDC_QTI) if (!mmc_card_suspended(host->card)) { mmc_release_host(host); err = 0; #else if (!mmc_card_suspended(host->card)) #endif Loading Loading
drivers/mmc/core/mmc.c +1 −0 Original line number Diff line number Diff line Loading @@ -2426,6 +2426,7 @@ static int _mmc_resume(struct mmc_host *host) #if defined(CONFIG_SDC_QTI) if (!mmc_card_suspended(host->card)) { mmc_release_host(host); err = 0; #else if (!mmc_card_suspended(host->card)) #endif Loading