
20 Aug
2021
20 Aug
'21
11:31 a.m.
On Fri, Aug 20, 2021 at 2:58 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/input/i8042.c | 4 ++-- include/i8042.h | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com