]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/mtd/nand/nand_base.c
mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH
authorErico Nunes <nunes.erico@gmail.com>
Tue, 11 Mar 2014 04:31:26 +0000 (01:31 -0300)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 26 Mar 2014 07:33:42 +0000 (00:33 -0700)
commit148256fa0bb8e05a00db3f204b36e19e6312102c
treefdd4a7210c70ff9406fd001f1f93beaf3e9d6adb
parente34fcb07a6d57411de6e15a47724fbe92c5caa42
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 <nunes.erico@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c