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