Re: [PATCH v2] pinctrl: bcm: bcm6362: fix warning

From: Linus Walleij
Date: Wed Mar 31 2021 - 08:35:46 EST


On Tue, Mar 30, 2021 at 12:32 PM Álvaro Fernández Rojas
<noltari@xxxxxxxxx> wrote:

> The current implementation of bcm6362_set_gpio() produces the following
> warning on x86_64:
> drivers/pinctrl/bcm/pinctrl-bcm6362.c: In function 'bcm6362_set_gpio':
> drivers/pinctrl/bcm/pinctrl-bcm6362.c:503:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> 503 | (uint32_t) desc->drv_data, 0);
> | ^
>
> Modify the code to make it similar to bcm63268_set_gpio() in order to fix
> the warning.
>
> Fixes: 705791e23ecd ("pinctrl: add a pincontrol driver for BCM6362")
> Signed-off-by: Álvaro Fernández Rojas <noltari@xxxxxxxxx>

Patch applied! Thanks!

Yours,
Linus Walleij