From: Dan Carpenter Date: Sun, 1 Apr 2012 15:57:59 +0000 (+0300) Subject: UBIFS: remove douple initialization in change_category() X-Git-Tag: v3.5-rc1~136^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273946a5c507ff5bce12349143470e8629bbe0a7;p=pandora-kernel.git UBIFS: remove douple initialization in change_category() "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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed