Re: [U-Boot] [PATCH] YAFFS2: Fix compiler errors preventing successful build

2012-08-15 Thread Marek Vasut
Dear Charles Manning, > On Wednesday 15 August 2012 08:16:22 Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > Cc: Charles Manning > > Cc: Wolfgang Denk > > While I appreciate this, I would prefer the use the patch I submitted today > which also gets rid of the yaffs hweight code too. Tha

Re: [U-Boot] [PATCH] YAFFS2: Fix compiler errors preventing successful build

2012-08-14 Thread Charles Manning
On Wednesday 15 August 2012 08:16:22 Marek Vasut wrote: > > Signed-off-by: Marek Vasut > Cc: Charles Manning > Cc: Wolfgang Denk While I appreciate this, I would prefer the use the patch I submitted today which also gets rid of the yaffs hweight code too. -- CHarles

[U-Boot] [PATCH] YAFFS2: Fix compiler errors preventing successful build

2012-08-14 Thread Marek Vasut
These warnings still persist: yaffs_guts.c: In function ‘yaffs_check_chunk_erased’: yaffs_guts.c:324:6: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] yaffs_guts.c: In function ‘yaffs_verify_chunk_written’: yaffs_guts.c:352:6: warning: variable ‘result’ set but not used