commit | b1970541e3f87d6543693620ba340b53eee13b59 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:00 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:39 2019 +0800 |
tree | e1d172ac67b559a2663d0b6049c295c3ca6a4257 | |
parent | 95139973ba6d25a3f49d728aed37681010d1f46e [diff] |
sandbox: mmc: Fix up MMC emulator for valgrind At present running sandbox with valgrind produces some warnings due to the MMC emulator not filling in all the expected fields. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: use sizeof() instead of hardcoded 16] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>