mirror of
https://xff.cz/git/u-boot/
synced 2026-01-05 06:16:34 +01:00
Some functions can return ERR_PTR(errval). Add a unit test macro to check that no error is returned in a pointer. Signed-off-by: Simon Glass <sjg@chromium.org>