Hi Stephen, On Thu, Apr 11, 2019 at 7:36 PM Stephen Boyd <sboyd@xxxxxxxxxx> wrote: > Quoting Geert Uytterhoeven (2019-04-04 04:37:22) > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v5.2-tag1 > > > > for you to fetch changes up to b953eaaeb58efc944f51cffd3f6838657958f0f8: > > > > clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value (2019-04-04 11:54:46 +0200) > > > > ---------------------------------------------------------------- > > clk: renesas: Updates for v5.2 > > > > - Add missing PCI USB clock on RZ/N1, > > - Add Z2 (Cortex-A53) clocks on R-Car E3 and RZ/G2E, incl. a new > > helper in <linux/math64.h>, > > - Small fixes and cleanups. > > > > Thanks. Pulled into clk-next with the below fix squashed on top. > > ----8<---- > From: Stephen Boyd <sboyd@xxxxxxxxxx> > 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 <geert+renesas@xxxxxxxxx> > Fixes: b953eaaeb58e ("clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value") > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx> Thanks pulling, and for fixing this silly oversight. /me wants his gcc-4.1 back... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds