Re: [PATCH v2 08/30] pinctrl: nomadik: fix build warning (-Wformat)

From: Linus Walleij
Date: Thu Feb 29 2024 - 04:26:07 EST


On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun@xxxxxxxxxxx> wrote:

> Fix compiler warning found in the pinctrl-nomadik platform driver. GCC
> message is as such:
>
> drivers/pinctrl/nomadik/pinctrl-nomadik.c:855:21: warning:
> format ‘%u’ expects argument of type ‘unsigned int’, but argument 5
> has type ‘size_t {aka const long unsigned int}’ [-Wformat=]
>
> Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>

Patch applied!

Yours,
Linus Walleij