commit | 5abd58f0de66955f14e37da49e9d2d3e2f92ef88 | [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 | a605b0f76791b0ec0d7f1703b07ad876c12be1b3 [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>