Masahiro Yamada 6441e3deb4 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>
2016-06-24 17:23:13 -04:00
..
2016-01-14 16:27:13 -05:00
2014-10-26 22:23:40 +01:00
2015-10-15 14:47:03 +02:00
2016-06-02 21:21:46 -04:00
2015-04-22 12:14:55 -04:00
2016-03-15 18:03:10 -04:00
2016-05-02 18:37:09 -04:00