git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f876a59
)
[JFFS2] Fix sparse warning in nodemgmt.c
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Apr 2008 10:25:47 +0000
(11:25 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Apr 2008 11:35:44 +0000
(12:35 +0100)
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>
No differences found