mtd: denali: remove unnecessary variable initializations
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 02:01:52 +0000 (11:01 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 15 Sep 2014 23:31:03 +0000 (16:31 -0700)
commit5637b69d1c489d4585c94a2a1d0a38f4e6b1a705
tree891ee4b49165f6a0c56c2368139c27844da75736
parent43914a2dcc8f9fc1c25e6bd2650d8e7ad1a9b04a
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 <yamada.m@jp.panasonic.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/denali.c