Loading drivers/mmc/core/mmc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1740,10 +1740,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, err = mmc_select_hs400(card); if (err) goto free_card; } else if (mmc_card_hs(card)) { } else { /* Select the desired bus width optionally */ err = mmc_select_bus_width(card); if (err > 0) { if (err > 0 && mmc_card_hs(card)) { err = mmc_select_hs_ddr(card); if (err) goto free_card; Loading Loading
drivers/mmc/core/mmc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1740,10 +1740,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, err = mmc_select_hs400(card); if (err) goto free_card; } else if (mmc_card_hs(card)) { } else { /* Select the desired bus width optionally */ err = mmc_select_bus_width(card); if (err > 0) { if (err > 0 && mmc_card_hs(card)) { err = mmc_select_hs_ddr(card); if (err) goto free_card; Loading