From: Mike Dunn Date: Sun, 11 Mar 2012 21:21:10 +0000 (-0700) Subject: mtd: add ecc_strength fields to mtd structs X-Git-Tag: v3.4-rc1~16^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0b95b0834087ba3653f69c24483d63a26d51a7;p=pandora-kernel.git mtd: add ecc_strength fields to mtd structs This adds 'ecc_strength' to struct mtd_info. This stores the maximum number of bit errors that can be corrected in one writesize region. For consistency with the nand code, 'strength' is similiarly added to struct nand_ecc_ctrl. This stores the maximum number of bit errors that can be corrected in one ecc step. Signed-off-by: Mike Dunn Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed