Re: [U-Boot] [PATCH] jffs2, suen3: Fix compiler warning

2010-03-24 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ba9ad21.6020...@denx.de> you wrote: > > $ ./MAKEALL suen3 > jffs2_1pass.c: In function 'get_fl_mem': > jffs2_1pass.c:399: warning: unused variable 'id' > jffs2_1pass.c: In function 'get_node_mem': > jffs2_1pass.c:423: warning: unused variable 'id' > > Signed-off

[U-Boot] [PATCH] jffs2, suen3: Fix compiler warning

2010-03-23 Thread Heiko Schocher
This patch fixes the following compilerwarning, if compiling u-boot for the suen3 board: $ ./MAKEALL suen3 jffs2_1pass.c: In function 'get_fl_mem': jffs2_1pass.c:399: warning: unused variable 'id' jffs2_1pass.c: In function 'get_node_mem': jffs2_1pass.c:423: warning: unused variable 'id' Signed-o