]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)
authorWolfgang Denk <wd@denx.de>
Fri, 9 Dec 2011 11:14:22 +0000 (12:14 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 10 Dec 2011 22:08:49 +0000 (23:08 +0100)
commit5c2db13a2aa4bdb2f335830f9ecbfc9ee673e53f
tree93f78e84f28c15e5dc735c31ddefefd2ba575234
parentf49620665d67e43d92dd4deac2ffc025a7049306
fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)

Fix:
yaffs_guts.c: In function 'yaffs_GarbageCollectBlock':
yaffs_guts.c:2761:6: warning: variable 'retVal' set but not used
[-Wunused-but-set-variable]

Here GCC actually detected a bug.  The code was always returning OK
instead of the previously set retrun code.  Fix that.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: William Juul <wiljuul@cisco.com>
Cc: Scott Wood <scottwood@freescale.com>
Acked-by: William Juul <wiljuul@cisco.com>
fs/yaffs2/yaffs_guts.c