Re: [PATCH] clk: sunxi: remove unused variable

2016-06-16 Thread Maxime Ripard
On Wed, Jun 15, 2016 at 05:55:23PM +0200, Arnd Bergmann wrote: > The only use of the local num_parents variable was remove, > so we now get a warning: > > drivers/clk/sunxi/clk-sun4i-tcon-ch1.c: In function 'tcon_ch1_get_parent': > drivers/clk/sunxi/clk-sun4i-tcon-ch1.c:82:6: error: unused variabl

[PATCH] clk: sunxi: remove unused variable

2016-06-15 Thread Arnd Bergmann
The only use of the local num_parents variable was remove, so we now get a warning: drivers/clk/sunxi/clk-sun4i-tcon-ch1.c: In function 'tcon_ch1_get_parent': drivers/clk/sunxi/clk-sun4i-tcon-ch1.c:82:6: error: unused variable 'num_parents' [-Werror=unused-variable] This removes the variable. S