arm-trusted-firmware/drivers/mmc
Baruch Siach bc0a73866f fix(mmc): remove redundant reset_to_idle call
mmc_enumerate() is the only caller of mmc_send_op_cond().
mmc_enumerate() calls mmc_reset_to_idle() just before calling
mmc_send_op_cond(). No need to do that again in mmc_send_op_cond().

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Change-Id: Ib8c8ed1a559e3fecb315245f91bb3dc1f547d820
2023-03-01 17:23:49 +01:00
..
mmc.c fix(mmc): remove redundant reset_to_idle call 2023-03-01 17:23:49 +01:00