mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partial
authorChristian Riesch <christian.riesch@omicron.at>
Tue, 31 Mar 2015 21:29:22 +0000 (23:29 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 27 May 2015 19:47:37 +0000 (12:47 -0700)
commit636fdbf88efe069f9951d1b7df8d3fd82060dc60
treeae830b40f01d8c7ba0baad43b6b162e5ace4170b
parent4612c715a6ea6b3af2aee0163c0721375b2548d7
mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partial

In do_otp_write we must initialize the variable datum before calling
map_word_load_partial. Otherwise the upper bits of datum may be undefined,
which later causes problems in chip_good called by do_write_oneword.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/chips/cfi_cmdset_0002.c
This page took 0.045518 seconds and 5 git commands to generate.