]> git.baikalelectronics.ru Git - kernel.git/commit
[JFFS2] Fix sparse warning in nodemgmt.c
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 10:25:47 +0000 (11:25 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 11:35:44 +0000 (12:35 +0100)
commitce2803702d4ae2b88733bc188725ed761d640c88
tree6fd534bd0b533372eba06f383cb2a034e0ee1d6d
parent9483451eee9a69d5d471c9cd00a71daaa411bbb2
[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 <dwmw2@infradead.org>
fs/jffs2/nodemgmt.c