From: David Woodhouse Date: Tue, 22 Apr 2008 10:25:47 +0000 (+0100) Subject: [JFFS2] Fix sparse warning in nodemgmt.c X-Git-Tag: v2.6.26-rc1~1069^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca646abb4503f39a7d235b89b9f8015e3ab4631;p=pandora-kernel.git [JFFS2] Fix sparse warning in nodemgmt.c fs/jffs2/nodemgmt.c:60:8: warning: symbol 'ret' shadows an earlier one fs/jffs2/nodemgmt.c:45:6: originally declared here (reported by Harvey Harrison) Just remove the offending declaration of 'int ret' and use the earlier one. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed