]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mmc: au1xmmc: Drop redundant code in au1xmmc_send_command()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 6 Apr 2020 11:43:37 +0000 (13:43 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 28 May 2020 09:20:56 +0000 (11:20 +0200)
commit4c3965aa995bd31d0454fa5e20314f1eeead8413
tree1da7a313362d52a986d736362539937c5a2a239e
parenta049b5aeb7449ab41c3894ea8f37ed015507591c
mmc: au1xmmc: Drop redundant code in au1xmmc_send_command()

The in-parameter "wait" is always set to 0 by the caller, hence just drop
it and its corresponding code.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Manuel Lauss <manuel.lauss@gmail.com>
Link: https://lore.kernel.org/r/20200406114337.8802-1-ulf.hansson@linaro.org
drivers/mmc/host/au1xmmc.c