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

From: Linus Walleij
Date: Fri Jun 30 2017 - 09:48:17 EST


On Fri, Jun 30, 2017 at 8:59 AM, Geert Uytterhoeven
<geert@xxxxxxxxxxxxxx> wrote:
> On Fri, Jun 30, 2017 at 6:56 AM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>> After merging the pinctrl tree, today's linux-next build (x86_64
>> allmodconfig) produced this warning:
>>
>> drivers/pinctrl/pinctrl-rza1.c: In function 'rza1_pinctrl_probe':
>> drivers/pinctrl/pinctrl-rza1.c:1260:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
>> if (ret)
>> ^
>>
>> Introduced by commit
>>
>> 5a49b644b307 ("pinctrl: Renesas RZ/A1 pin and gpio controller")
>
> Doh, 0day doesn't use compilers that report uninitialized variables?

The real problem is that 0day is not working right now.

I only get timeouts from it for the moment.

Yours,
Linus Walleij