Skip to content
Snippets Groups Projects
Commit 862c93e9 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

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: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
parent e803fa2c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment