Quoting Geert Uytterhoeven (2019-04-23 00:46:50)
> On Thu, Apr 11, 2019 at 7:36 PM Stephen Boyd <[email protected]> wrote:
> > Quoting Geert Uytterhoeven (2019-04-04 04:37:22)
> >
> > ----8<----
> > From: Stephen Boyd <[email protected]>
> > Subject: [PATCH] clk: renesas: rcar-gen3: Remove unused variable
> >
> > This variable is no longer used and the compiler rightly complains that
> > it should be removed. Drop it to silence the following:
> >
> > drivers/clk/renesas/rcar-gen3-cpg.c: In function 'cpg_sd_clk_register':
> > drivers/clk/renesas/rcar-gen3-cpg.c:386:15: warning: unused variable 'i' 
> > [-Wunused-variable]
> >   unsigned int i;
> >
> > Cc: Geert Uytterhoeven <[email protected]>
> > Fixes: b953eaaeb58e ("clk: renesas: rcar-gen3: Fix 
> > cpg_sd_clock_round_rate() return value")
> > Signed-off-by: Stephen Boyd <[email protected]>
> 
> Thanks pulling, and for fixing this silly oversight.
> 
> /me wants his gcc-4.1 back...

Reminds me that I should roll llvm/clang into my testing flow. Is it
working yet? Last time I tried it wasn't working.

Reply via email to