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:
69964ea
)
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
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Thu, 3 May 2012 11:11:11 +0000
(14:11 +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