diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-05-13 13:24:31 +0900 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-25 10:34:02 +0200 |
commit | 1473bdd50dce1c0abf465bd13954d602ebdfbbc7 (patch) | |
tree | 1b0e2269d1c37d318bdf05d7e6d04cb6bab8e8f9 /drivers/mmc/host/sdhci.c | |
parent | a2a16c77a1a2c951b5930c3182e2737cb13e1a53 (diff) | |
download | lwn-1473bdd50dce1c0abf465bd13954d602ebdfbbc7.tar.gz lwn-1473bdd50dce1c0abf465bd13954d602ebdfbbc7.zip |
mmc: sdhci: remove comment regarding timeout during tuning
Since commit 7ce45e950624 ("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: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 0e3d7c056cb1..88d75bb711df 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -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}; |