Loading drivers/mmc/core/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -2460,7 +2460,8 @@ void mmc_rescan(struct work_struct *work) */ mmc_bus_put(host); if (host->ops->get_cd && host->ops->get_cd(host) == 0) { if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && host->ops->get_cd(host) == 0) { mmc_claim_host(host); mmc_power_off(host); mmc_release_host(host); Loading Loading
drivers/mmc/core/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -2460,7 +2460,8 @@ void mmc_rescan(struct work_struct *work) */ mmc_bus_put(host); if (host->ops->get_cd && host->ops->get_cd(host) == 0) { if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && host->ops->get_cd(host) == 0) { mmc_claim_host(host); mmc_power_off(host); mmc_release_host(host); Loading