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:
96bdc7d
)
Btrfs: fix uninit warning in backref.c
author
Jan Schmidt
<list.btrfs@jan-o-sch.net>
Thu, 26 Jan 2012 20:01:11 +0000
(15:01 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 26 Jan 2012 20:01:11 +0000
(15:01 -0500)
Added initialization with the declaration of ret. It isn't set later on the
switch-default branch (which should never be taken).
Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found