Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1473bdd5 authored by Simon Horman's avatar Simon Horman Committed by Ulf Hansson
Browse files

mmc: sdhci: remove comment regarding timeout during tuning



Since commit 7ce45e95 ("mmc: sdhci: SD tuning is broken for some
controllers") sdhci_execute_tuning() no longer includes a timeout in its
loop counter(s) so remove portion of the comment regarding this.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent a2a16c77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1909,7 +1909,7 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)

	/*
	 * Issue CMD19 repeatedly till Execute Tuning is set to 0 or the number
	 * of loops reaches 40 times or a timeout of 150ms occurs.
	 * of loops reaches 40 times.
	 */
	do {
		struct mmc_command cmd = {0};