]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Jun 2019 23:13:02 +0000 (01:13 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 10 Jul 2019 11:19:57 +0000 (13:19 +0200)
commitc035a2ade2adbbb18ef211324159bf6641e326e2
treea18e14759488b8f85ce063e907236cc9d1e05c4f
parent155bc633a69953b92b2d8b6be7bb0028cab31fb7
mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()

The "powered_resume" in-parameter to mmc_sdio_reinit_card() has now become
redundant as all callers set it to 0. Therefore let's just drop it.

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