From: Erico Nunes Date: Tue, 11 Mar 2014 04:31:26 +0000 (-0300) Subject: mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH X-Git-Tag: v3.15-rc1~65^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148256fa0bb8e05a00db3f204b36e19e6312102c;p=pandora-kernel.git mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH Mention to CONFIG_MTD_ECC_BCH in the warning message can be confusing as this doesn't match the exact name of the configuration option. This warning showed up once to me when I was starting to set up BCH. After checking my .config file, it took a moment before realizing it is CONFIG_MTD_NAND_ECC_BCH instead of CONFIG_MTD_ECC_BCH. Signed-off-by: Erico Nunes Acked-by: Lee Jones Signed-off-by: Brian Norris --- Reading git-diff-tree failed