Re: [PATCH] gpio: regmap: fix type clash

From: Linus Walleij
Date: Sun Jul 26 2020 - 18:28:39 EST


On Sun, Jul 26, 2020 at 1:23 AM Michael Walle <michael@xxxxxxxx> wrote:

> GPIO_REGMAP_ADDR_ZERO() cast to unsigned long but the actual config
> parameters are unsigned int. We use unsigned int here because that is
> the type which is used by the underlying regmap.
>
> Fixes: ebe363197e52 ("gpio: add a reusable generic gpio_chip using regmap")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Patch applied, thanks!

Yours,
Linus Walleij