Loading drivers/mmc/core/core.c +3 −1 Original line number Diff line number Diff line Loading @@ -4472,7 +4472,9 @@ int mmc_power_save_host(struct mmc_host *host) mmc_bus_put(host); mmc_claim_host(host); mmc_power_off(host); mmc_release_host(host); return ret; } Loading @@ -4491,8 +4493,8 @@ int mmc_power_restore_host(struct mmc_host *host) return -EINVAL; } mmc_power_up(host, host->card->ocr); mmc_claim_host(host); mmc_power_up(host, host->card->ocr); ret = host->bus_ops->power_restore(host); mmc_release_host(host); Loading Loading
drivers/mmc/core/core.c +3 −1 Original line number Diff line number Diff line Loading @@ -4472,7 +4472,9 @@ int mmc_power_save_host(struct mmc_host *host) mmc_bus_put(host); mmc_claim_host(host); mmc_power_off(host); mmc_release_host(host); return ret; } Loading @@ -4491,8 +4493,8 @@ int mmc_power_restore_host(struct mmc_host *host) return -EINVAL; } mmc_power_up(host, host->card->ocr); mmc_claim_host(host); mmc_power_up(host, host->card->ocr); ret = host->bus_ops->power_restore(host); mmc_release_host(host); Loading