From: Masahiro Yamada Date: Tue, 9 Sep 2014 02:01:52 +0000 (+0900) Subject: mtd: denali: remove unnecessary variable initializations X-Git-Tag: fixes-against-v3.18-rc2~54^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5637b69d1c489d4585c94a2a1d0a38f4e6b1a705;p=pandora-kernel.git mtd: denali: remove unnecessary variable initializations All of these variables are initialized to zero and then set to a different value below. Zero-initializing is redundant. Signed-off-by: Masahiro Yamada Signed-off-by: Brian Norris --- Reading git-diff-tree failed