commit | 1990e04cda992d0f297324b232d9ec00eb4b9dd6 | [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 | 76867774fb82f828f903b11cfadf7fe06c09bb57 [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>