commit | 8ca646abb4503f39a7d235b89b9f8015e3ab4631 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Apr 22 11:25:47 2008 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Apr 22 12:35:44 2008 +0100 |
tree | 6fd534bd0b533372eba06f383cb2a034e0ee1d6d | |
parent | f876a59dae09a353444913bdf73b125bc124a848 [diff] |
[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>