Re: [PATCH] mmc: Unconditionally call mmc_deinit()

2024-01-17 Thread Jaehoon Chung
On 12/3/23 08:39, Marek Vasut wrote: > 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. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung >

[PATCH] mmc: Unconditionally call mmc_deinit()

2023-12-02 Thread Marek Vasut
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. Signed-off-by: Marek Vasut --- Cc: Jaehoon Chung Cc: Peng Fan --- drivers/mmc/mmc-uclass.c | 13 + drivers/mmc/mmc.c