commit | ed8339fa2f0c8555b72ded539b290da544e6a9bc | [log] [tgz] |
---|---|---|
author | Sam Edwards <cfsworks@gmail.com> | Thu May 18 13:47:07 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 17:23:01 2023 -0400 |
tree | eecf08dd3376548353ec92e67c4ad56215c95fe4 | |
parent | 9ed024d24428eabc5685a4609c345002352178f1 [diff] |
mmc: fix improper use of memset Buffers created through DEFINE_(CACHE_)ALIGN_BUFFER are actually pointers to the real underlying buffer. Using sizeof(...) is not appropriate in this case. Signed-off-by: Sam Edwards <CFSworks@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>