commit | 862c93e96ec2f092f2a16a0f8b4a0a1ecaab6d13 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sat Jul 12 15:16:52 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:23 2014 -0400 |
tree | 52de26354e61fbbe5c49a5512f51a0d560ff937b | |
parent | e803fa2c4b9313a9efc7b9f87a49839d542d9615 [diff] |
yaffs2: preprocessor cleanup Current code uses the preprocessor to change an else case to a statement without any if condition at all. Although this works, change the optional code to return early, so all optional code is contained within a single #ifdef. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>