commit | 909cc1c20d353340c57dbd4f71779307359d379a | [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 | b914009e9d6e4460126c4b08dde01e0100d6e4bb [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>