From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751964AbdF3E4F (ORCPT ); Fri, 30 Jun 2017 00:56:05 -0400 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 Date: Fri, 30 Jun 2017 14:56:01 +1000 From: Stephen Rothwell To: Linus Walleij Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the pinctrl tree Message-ID: <20170630145601.441b4994@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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