Loading drivers/mmc/core/mmc.c +25 −23 Original line number Diff line number Diff line Loading @@ -1432,6 +1432,7 @@ static int mmc_scale_high(struct mmc_host *host) { int err = 0; if (!host->card->ext_csd.strobe_support) { if (!(host->card->mmc_avail_type & EXT_CSD_CARD_TYPE_HS200)) { pr_err("%s: %s: card does not support HS200\n", mmc_hostname(host), __func__); Loading Loading @@ -1460,6 +1461,7 @@ static int mmc_scale_high(struct mmc_host *host) mmc_hostname(host)); return 0; } } err = mmc_select_hs400(host->card); if (err) { Loading Loading
drivers/mmc/core/mmc.c +25 −23 Original line number Diff line number Diff line Loading @@ -1432,6 +1432,7 @@ static int mmc_scale_high(struct mmc_host *host) { int err = 0; if (!host->card->ext_csd.strobe_support) { if (!(host->card->mmc_avail_type & EXT_CSD_CARD_TYPE_HS200)) { pr_err("%s: %s: card does not support HS200\n", mmc_hostname(host), __func__); Loading Loading @@ -1460,6 +1461,7 @@ static int mmc_scale_high(struct mmc_host *host) mmc_hostname(host)); return 0; } } err = mmc_select_hs400(host->card); if (err) { Loading