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:
5da44ad
)
ext2: fix return of uninitialised variable
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 27 Jun 2007 21:10:08 +0000
(14:10 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 28 Jun 2007 18:38:29 +0000
(11:38 -0700)
gcc correctly says
fs/ext2/super.c: In function 'ext2_remount':
fs/ext2/super.c:1055: warning: 'err' may be used uninitialized in this function
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found