[PATCH] clk: sunxi: fix build warning
From: clabbe.montjoie@gmail.com (Corentin Labbe)
Date: 2017-10-24 10:07:11
Also in:
linux-clk, lkml
From: clabbe.montjoie@gmail.com (Corentin Labbe)
Date: 2017-10-24 10:07:11
Also in:
linux-clk, lkml
On Tue, Oct 24, 2017 at 01:36:28AM -0700, Stephen Boyd wrote:
On 10/20, Maxime Ripard wrote:quoted
Hi Stephen, Mike, On Thu, Oct 19, 2017 at 09:09:48PM +0200, Corentin Labbe wrote:quoted
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] Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>Acked-by: Maxime Ripard <redacted> Can you apply that patch directly? This is the only fix that we're supposed to have for 4.14.Fixes tag? And this is a new warning from the v4.14 merge window? I suppose it only removes code so that's a plus side for merging into fixes.
Will do it. Thanks Regards Corentin Labbe