nand: vf610_nfc: Do not abuse CONFIG namespace
authorTom Rini <trini@konsulko.com>
Thu, 19 Aug 2021 17:56:20 +0000 (13:56 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 18:10:08 +0000 (14:10 -0400)
commit4d540a3a812153c505bf27a7dd36b3d8db6cff8f
tree5e9c6bce646af1f24c05fcad08402167dd86ecdf
parentd93d363cb782d8c9febc7b3316618d7b9a31dbe2
nand: vf610_nfc: Do not abuse CONFIG namespace

This driver uses the CONFIG namespace to set the chips internal CONFIG
namespace related bits.  However, CONFIG is reserved for the top-level
Kconfig based configuration system.  Use CFG as the namespace here
instead to avoid pollution.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/mtd/nand/raw/vf610_nfc.c