From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 1 Nov 2017 22:55:52 -0700 From: Stephen Boyd To: Corentin Labbe Cc: emilio@elopez.com.ar, mturquette@baylibre.com, maxime.ripard@free-electrons.com, wens@csie.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] clk: sunxi: fix build warning Message-ID: <20171102055552.GQ30645@codeaurora.org> References: <20171024170616.24889-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20171024170616.24889-1-clabbe.montjoie@gmail.com> List-ID: On 10/24, Corentin Labbe wrote: > This patch fix the following build warning: > drivers/clk/sunxi/clk-factors.c:279:14: warning: variable 'name' set but not used [-Wunused-but-set-variable] > > Fixes: 4cbeaebb8af1 ("clk: sunxi: factors: Add unregister function") > > Acked-by: Maxime Ripard > Signed-off-by: Corentin Labbe > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 1 Nov 2017 22:55:52 -0700 Subject: [PATCH v2] clk: sunxi: fix build warning In-Reply-To: <20171024170616.24889-1-clabbe.montjoie@gmail.com> References: <20171024170616.24889-1-clabbe.montjoie@gmail.com> Message-ID: <20171102055552.GQ30645@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/24, Corentin Labbe wrote: > This patch fix the following build warning: > drivers/clk/sunxi/clk-factors.c:279:14: warning: variable 'name' set but not used [-Wunused-but-set-variable] > > Fixes: 4cbeaebb8af1 ("clk: sunxi: factors: Add unregister function") > > Acked-by: Maxime Ripard > Signed-off-by: Corentin Labbe > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project