From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: linux-next: build warning after merge of the pinctrl tree Date: Fri, 30 Jun 2017 14:57:10 +1000 Message-ID: <20170630145710.7d5eabdd@canb.auug.org.au> References: <20170630145601.441b4994@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:55231 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751696AbdF3E5N (ORCPT ); Fri, 30 Jun 2017 00:57:13 -0400 In-Reply-To: <20170630145601.441b4994@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Linus Walleij Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jacopo Mondi , Geert Uytterhoeven Hi all, [Just adding cc's] On Fri, 30 Jun 2017 14:56:01 +1000 Stephen Rothwell 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") -- Cheers, Stephen Rothwell