Loading drivers/mmc/host/sdhci.c +8 −2 Original line number Diff line number Diff line Loading @@ -2702,7 +2702,13 @@ int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode) } if (host->ops->platform_execute_tuning) { /* * Make sure re-tuning won't get triggered for the CRC errors * occurred while executing tuning */ mmc_retune_disable(mmc); err = host->ops->platform_execute_tuning(host, opcode); mmc_retune_enable(mmc); goto out; } Loading Loading
drivers/mmc/host/sdhci.c +8 −2 Original line number Diff line number Diff line Loading @@ -2702,7 +2702,13 @@ int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode) } if (host->ops->platform_execute_tuning) { /* * Make sure re-tuning won't get triggered for the CRC errors * occurred while executing tuning */ mmc_retune_disable(mmc); err = host->ops->platform_execute_tuning(host, opcode); mmc_retune_enable(mmc); goto out; } Loading