commit | 40a35f500de5757b2a53866374dd399a5a1b8b1c | [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 | d9f7c411dc041515839c6a2c889e02e68d65fe36 [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>