From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH] pinctrl: sh-pfc: Kill unused variable in sh_pfc_remove() Date: Fri, 29 Apr 2016 11:09:41 +0200 Message-ID: References: <1461666626-24805-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1461666626-24805-1-git-send-email-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Laxman Dewangan , Laurent Pinchart , "linux-gpio@vger.kernel.org" , linux-renesas-soc@vger.kernel.org List-Id: linux-gpio@vger.kernel.org On Tue, Apr 26, 2016 at 12:30 PM, Geert Uytterhoeven wrote: > If CONFIG_PINCTRL_SH_PFC_GPIO=n: > > drivers/pinctrl/sh-pfc/core.c: In function 'sh_pfc_remove': > drivers/pinctrl/sh-pfc/core.c:649:17: warning: unused variable 'pfc' [-Wunused-variable] > > Fixes: 67ec8d7b48463904 ("pinctrl: ish-pfc: Use devm_pinctrl_register() for pinctrl registration") > Signed-off-by: Geert Uytterhoeven > --- > I won't queue this up in sh-pfc-for-v4.7, as the offending commit is not in > that branch. OK patch applied. Yours, Linus Walleij