[U-Boot] [PATCH 2/2] yaffs2: preprocessor cleanup
Jeroen Hofstee
jeroen at myspectrum.nl
Sat Jun 21 21:04:09 CEST 2014
On za, 2014-06-21 at 20:58 +0200, Jeroen Hofstee wrote:
> Current code uses the preprocessor to and else case
> to an statement without an if condition at all. Although
> this works, change the optional code to return early, so
> it is contained within the #ifdef.
>
> Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
> ---
Attempt 2:
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.
More information about the U-Boot
mailing list