aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-06-02 10:18:52 +0200
committerWolfram Sang <wsa@kernel.org>2021-06-14 09:39:04 +0200
commit316bc0f0b62d909aa407ddc17e73371d064ac4e1 (patch)
tree89a7d8b34d925dd0193245f50ffa18cba9b32e0f
parent1a4903fa63f06cf1aaac4153aef270c8b18e2998 (diff)
downloadlinux-renesas/mmc/refactor_fault_injection-experimental.tar.gz
mmc: core: simplify a comment in mmc_request_done()renesas/mmc/refactor_fault_injection-experimental
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--drivers/mmc/core/core.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index c4af8604dd2c57..749e6fb49a0337 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -211,10 +211,7 @@ void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
(mrq->stop && mrq->stop->error == -EILSEQ)))
mmc_retune_needed(host);
- /*
- * Request starter must handle retries - see
- * mmc_wait_for_req_done().
- */
+ /* Request starter must handle retries - see mmc_wait_for_req_done() */
if (mrq->done)
mrq->done(mrq);
}