]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Jun 2019 23:20:50 +0000 (01:20 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 10 Jul 2019 11:20:17 +0000 (13:20 +0200)
commite0fbbb10af3af9150df6c5a6758d107885152891
treec8a2646be2f08e4547dd08a38165a7490950301c
parentc035a2ade2adbbb18ef211324159bf6641e326e2
mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()

The "powered_resume" in-parameter to mmc_sdio_init_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