commit | 5637b69d1c489d4585c94a2a1d0a38f4e6b1a705 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Sep 09 11:01:52 2014 +0900 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Sep 15 16:31:03 2014 -0700 |
tree | 891ee4b49165f6a0c56c2368139c27844da75736 | |
parent | 43914a2dcc8f9fc1c25e6bd2650d8e7ad1a9b04a [diff] |
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>