From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the pinctrl tree Date: Fri, 30 Jun 2017 14:56:01 +1000 Message-ID: <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]:38717 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751715AbdF3E4E (ORCPT ); Fri, 30 Jun 2017 00:56:04 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Linus Walleij Cc: Linux-Next Mailing List , Linux Kernel Mailing List Hi Linus, 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