commit | b8133039fb75650b8baf25a96bfbdcab31147fec | [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 | a6a80b3b29eedcbb6f4f1c603510a961248dc616 [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>