Re: [PATCH 07/20] clk: socfpga: clk-pll: Remove unused variable 'rc'

2021-02-11 Thread Stephen Boyd
Quoting Lee Jones (2021-01-20 01:30:27) > Fixes the following W=1 kernel build warning(s): > > drivers/clk/socfpga/clk-pll.c: In function ‘__socfpga_pll_init’: > drivers/clk/socfpga/clk-pll.c:83:6: warning: variable ‘rc’ set but not used > [-Wunused-but-set-variable] > > Cc: Dinh Nguyen >

Re: [PATCH 07/20] clk: socfpga: clk-pll: Remove unused variable 'rc'

2021-01-20 Thread Dinh Nguyen
On 1/20/21 3:30 AM, Lee Jones wrote: Fixes the following W=1 kernel build warning(s): drivers/clk/socfpga/clk-pll.c: In function ‘__socfpga_pll_init’: drivers/clk/socfpga/clk-pll.c:83:6: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] Cc: Dinh Nguyen Cc: Michael

[PATCH 07/20] clk: socfpga: clk-pll: Remove unused variable 'rc'

2021-01-20 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/clk/socfpga/clk-pll.c: In function ‘__socfpga_pll_init’: drivers/clk/socfpga/clk-pll.c:83:6: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] Cc: Dinh Nguyen Cc: Michael Turquette Cc: Stephen Boyd Cc: