[PATCH] i8042: Do not abuse CONFIG namespace

Bin Meng bmeng.cn at gmail.com
Fri Aug 20 11:31:54 CEST 2021


On Fri, Aug 20, 2021 at 2:58 AM Tom Rini <trini at 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 at konsulko.com>
> ---
>  drivers/input/i8042.c |  4 ++--
>  include/i8042.h       | 12 ++++++------
>  2 files changed, 8 insertions(+), 8 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list