commit | 6441e3deb429f218c05e6a71fbbb89e7519e2e52 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jun 17 21:51:48 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 24 17:23:13 2016 -0400 |
tree | 3a2a6ddc1b74d8034801a3b34a79bc956a96ba5e | |
parent | afedf5488de99925f00ead847e40d7ba0d508f0e [diff] |
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>