mmc: sdhci: Remove misleading comment about resets
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 26 Sep 2022 19:20:20 +0000 (22:20 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 28 Sep 2022 08:08:41 +0000 (10:08 +0200)
commitbd980df9c4d59ef416d8350f529f7611b06e355e
treec3b2cbf2b594df84e0a0795b4c5c3d943fa57086
parentaa9907224b50b819ba5a7cf200e8ede70f6b1fef
mmc: sdhci: Remove misleading comment about resets

In SDHCI specification section 3.10.1 Error Interrupt Recovery, the flow
chart shows Software Reset for CMD separately and before Software Reset for
DAT, so the comment "Spec says we should do both at the same time" is not
correct. Remove it.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20220926192022.85660-3-adrian.hunter@intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c