commit | bc0a73866f3e4f7138892b228eb592be118b40d2 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Tue Feb 28 11:52:00 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Mar 01 17:23:49 2023 +0100 |
tree | ff59b779326ad095e5b67f8fe177534999b8960d | |
parent | 55d5c6a16ab69b2c99aedbd1aa0d3e58350f4380 [diff] |
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