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:
b9ee9ff
)
UBIFS: remove douple initialization in change_category()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sun, 1 Apr 2012 15:57:59 +0000
(18:57 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Thu, 21 Jun 2012 11:46:14 +0000
(14:46 +0300)
"heap" is initialized twice. I removed the first one, because it makes
Smatch complain that we use "new_cat" as an offset before checking it.
This doesn't change how the code works, it's just a cleanup.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found