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>
Loading
Please register or sign in to comment