commit | 27ba82cb6c2be7e4bb4694d52f107a75fc66ce68 | [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 | b78630630a9e419a50de986a3d268b428f5d0c28 [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>