commit | 67c77f99f0ef76890e277b34af91372c4a9c4900 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Mar 17 04:01:22 2024 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Apr 15 15:19:13 2024 +0900 |
tree | 8f38292b4c1153218957a7fe9b1f10031106ff19 | |
parent | 0e05fa3a5ac6e44cd8aa8985c147b394254706cb [diff] |
mmc: Unconditionally call mmc_deinit() Place the SDR104/HS200/HS400 checks into the mmc_deinit() and always call it. This simplifies the code and removes ifdeffery. No functional change is expected. Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Dragan Simic <dsimic@manjaro.org>