]> Pileus Git - ~andy/linux/commit
mtd: nand: add sanity check of ecc strength to nand_scan_tail()
authorMike Dunn <mikedunn@newsguy.com>
Wed, 25 Apr 2012 19:06:10 +0000 (12:06 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 14 May 2012 04:12:41 +0000 (23:12 -0500)
commite2788c98b98269a3131bffd2b57599280d7abd73
tree9c2ae016d1a388485a1d1ff2941bc6fa9f3d17a8
parent3f91e94f7f511de74c0d2abe08672ccdbdd1961c
mtd: nand: add sanity check of ecc strength to nand_scan_tail()

This patch adds sanity checks that ensure that drivers for controllers with
hardware ECC set the 'strength' element in struct nand_ecc_ctrl.  Also stylistic
changes to the line that calculates strength for software ECC.

This v2 simplifies the check.  Thanks Brian!¹

¹ http://lists.infradead.org/pipermail/linux-mtd/2012-April/040890.html

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c