mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-09 10:05:13 +08: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>