commit | c820d330680bf8d1193e2557ab3e4c76a7dc9da4 | [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 | 51e7c1f822fa222d88d1ee06995cf355542427cc [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>