Loading drivers/mmc/core/sdio.c +6 −0 Original line number Diff line number Diff line Loading @@ -293,6 +293,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr) if (err) goto remove; /* * No support for high-speed yet, so just set * the card's maximum speed. */ mmc_set_clock(host, card->cis.max_dtr); /* * Initialize (but don't add) all present functions. */ Loading Loading
drivers/mmc/core/sdio.c +6 −0 Original line number Diff line number Diff line Loading @@ -293,6 +293,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr) if (err) goto remove; /* * No support for high-speed yet, so just set * the card's maximum speed. */ mmc_set_clock(host, card->cis.max_dtr); /* * Initialize (but don't add) all present functions. */ Loading