From 5637b69d1c489d4585c94a2a1d0a38f4e6b1a705 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 9 Sep 2014 11:01:52 +0900 Subject: [PATCH] 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-format-patch failed