OSDN Git Service

mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Jun 2019 21:41:15 +0000 (23:41 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 10 Jul 2019 11:18:29 +0000 (13:18 +0200)
commitee550947a0d696f7ddfe88b204d4eae7f879b583
tree45581b58c2adf7f5d178fb410bea818bbd919043
parentcd23042d05468ab2e66e0298b46ee90a5f8d9a74
mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()

The comment in mmc_sdio_power_restore() belongs in mmc_sdio_reinit_card(),
which was created during a previous commit that re-factored some code. Fix
this by moving the comment into mmc_sdio_reinit_card().

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
drivers/mmc/core/sdio.c