Skip to content
Commit b8133039 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent a6a80b3b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment