commit | 8f17e76aea9183f1805c51b4bd492daada5c02df | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Oct 01 21:07:55 2024 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 04 09:15:15 2024 -0300 |
tree | 1d468db3a6e26a85a83e2345013bd861d1fa465d | |
parent | 56cb13e5860cea5afe646fc4fb08d63aa7abaad0 [diff] |
mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driver The plat->cfg is wrongly memset to 0, so the host_caps value configured in fsl_esdhc_initialize is reset. Remove the unnecessary memset since plat is allocated via calloc. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>