]> git.ipfire.org Git - thirdparty/linux.git/commit
mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core function
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 31 Mar 2026 07:54:50 +0000 (15:54 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 31 Mar 2026 10:47:12 +0000 (12:47 +0200)
commite89e7d2fff89ac5b7da5521c239e1417d3977af3
tree73e432c465ebc6574493da627949004f0012588d
parent0801cebde7b9a65c3ec081f4c7220bbfc1e351b9
mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core function

The function dw_mci_start_request() was just a thin wrapper around
__dw_mci_start_request(). Since it serves almost no functional purpose,
remove the wrapper to simplify the code flow.

Consequently, rename __dw_mci_start_request() to dw_mci_start_request()
so that the core implementation uses the primary name.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c