Re: linux-next: build failure after merge of the pinctrl tree

From: Linus Walleij
Date: Wed Oct 09 2024 - 12:19:34 EST


On Tue, Oct 8, 2024 at 7:13 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> After merging the pinctrl tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/pinctrl/pinctrl-aw9523.c: In function 'aw9523_probe':
> drivers/pinctrl/pinctrl-aw9523.c:988:17: error: label 'err_disable_vregs' used but not defined
> 988 | goto err_disable_vregs;
> | ^~~~
>
> Caused by commit
>
> 8498e6b2b852 ("Merge branch 'devel' into for-next")

Okay I fixed it with an "evil merge", I better pull in the next rc
to get a proper resolution in my tree, I think.

Thanks Stephen!

Yours,
Linus Wallej