commit | bb875e8bbe260635c37ab10b271e309ac9e540b8 | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Wed Aug 07 22:14:38 2024 -0500 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Mon Aug 19 16:09:06 2024 +0900 |
tree | 6c1a92bb8be222f9ab18a52abcb9e1fd709ac709 | |
parent | af9dcff1a50385441b1ea57d9565707fa8d1f896 [diff] |
mmc: exynos_dw_mmc: Pull all init code into probe function There is no logical sense to split the initialization code between multiple functions. Pull both do_dwmci_init() and exynos_dwmci_core_init() into exynos_dwmmc_probe() to make the code more simple and obvious. No functional change. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>