Loading drivers/mmc/core/core.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1529,7 +1529,7 @@ void mmc_rescan(struct work_struct *work) * still present * still present */ */ if (host->bus_ops && host->bus_ops->detect && !host->bus_dead if (host->bus_ops && host->bus_ops->detect && !host->bus_dead && mmc_card_is_removable(host)) && !(host->caps & MMC_CAP_NONREMOVABLE)) host->bus_ops->detect(host); host->bus_ops->detect(host); /* /* Loading Loading
drivers/mmc/core/core.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1529,7 +1529,7 @@ void mmc_rescan(struct work_struct *work) * still present * still present */ */ if (host->bus_ops && host->bus_ops->detect && !host->bus_dead if (host->bus_ops && host->bus_ops->detect && !host->bus_dead && mmc_card_is_removable(host)) && !(host->caps & MMC_CAP_NONREMOVABLE)) host->bus_ops->detect(host); host->bus_ops->detect(host); /* /* Loading