
20 Aug
2021
20 Aug
'21
11:34 a.m.
On Fri, Aug 20, 2021 at 1:56 AM Tom Rini trini@konsulko.com wrote:
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
drivers/mtd/nand/raw/vf610_nfc.c | 54 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com