Home
last modified time | relevance | path

Searched hist:"6441 e3deb429f218c05e6a71fbbb89e7519e2e52" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm-fdt.c6441e3deb429f218c05e6a71fbbb89e7519e2e52 Fri Jun 17 12:51:48 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: move #ifdef to match the error handling code

Match the #ifdef ... #endif and the code,

ret = do_something();
if (ret)
return ret;

This will make it easier to add more #ifdef'ed code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>