commit | f80a914b3ad279ad8762430da2db225dfa1593eb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:55 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | 3c0950c6cce89d2f3eb4455a1079b2615c5b7160 | |
parent | f042502d69098e8d858eee3c41439fdae572c311 [diff] |
test: fdt: Check internal-function return values Some functions are using asserts but the result of the functions themselves is not checked. This means that if a test fails, the result is not noticed until later, which can be confusing to debug. Add the missing asserts. Signed-off-by: Simon Glass <sjg@chromium.org>