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:
c672793
)
UBIFS: fix compilation warning
author
Alexandre Pereira da Silva
<aletes.xgr@gmail.com>
Mon, 25 Jun 2012 20:47:49 +0000
(17:47 -0300)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Fri, 20 Jul 2012 07:27:25 +0000
(10:27 +0300)
Fix the following compilation warning:
fs/ubifs/dir.c: In function 'ubifs_rename':
fs/ubifs/dir.c:972:15: warning: 'saved_nlink' may be used uninitialized
in this function
Use the 'uninitialized_var()' macro to get rid of this false-positive.
Artem: massaged the patch a bit.
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found