From: Mike Dunn Date: Wed, 25 Apr 2012 19:06:05 +0000 (-0700) Subject: mtd: ecc_strength is at ecc step granularity X-Git-Tag: v3.5-rc1~8^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c2072be6f3c2150cc35f00233f2c31bdba2745;p=pandora-kernel.git mtd: ecc_strength is at ecc step granularity ecc_strength element of mtd_info will be the strength of one ecc step, not of the entire writesize, as was previously planned. This is the appropriate way because, as was pointed out¹, bit errors in excess of the strength of one step can cause a hard error if they all occur within the same ecc region. ¹ http://lists.infradead.org/pipermail/linux-mtd/2012-March/040313.html Signed-off-by: Mike Dunn Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed