提交 006cac82 编写于 作者: U Ulf Hansson

Merge branch 'fixes' into next

...@@ -1740,10 +1740,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, ...@@ -1740,10 +1740,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr,
err = mmc_select_hs400(card); err = mmc_select_hs400(card);
if (err) if (err)
goto free_card; goto free_card;
} else if (mmc_card_hs(card)) { } else {
/* Select the desired bus width optionally */ /* Select the desired bus width optionally */
err = mmc_select_bus_width(card); err = mmc_select_bus_width(card);
if (err > 0) { if (err > 0 && mmc_card_hs(card)) {
err = mmc_select_hs_ddr(card); err = mmc_select_hs_ddr(card);
if (err) if (err)
goto free_card; goto free_card;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册