Home
last modified time | relevance | path

Searched hist:"862 c93e96ec2f092f2a16a0f8b4a0a1ecaab6d13" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_guts.c862c93e96ec2f092f2a16a0f8b4a0a1ecaab6d13 Sat Jul 12 13:16:52 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> 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>