commit | 4d540a3a812153c505bf27a7dd36b3d8db6cff8f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Aug 19 13:56:20 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:08 2021 -0400 |
tree | 5e9c6bce646af1f24c05fcad08402167dd86ecdf | |
parent | d93d363cb782d8c9febc7b3316618d7b9a31dbe2 [diff] |
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>