Re: [PATCH v3 3/4] clk: s2mps11: remove redundant static variables declaration

2016-01-29 Thread Stephen Boyd
On 01/20, Andi Shyti wrote: > The clk_table and clk_data are declared static. The clk_table > contains the three clock data stractures belonging to the s2mps11 > driver. In the probe function it gets stored into clk_data. > > Remove clk_table and refer directly to clk_data. > > clk_data, itself,

Re: [PATCH v3 3/4] clk: s2mps11: remove redundant static variables declaration

2016-01-20 Thread Krzysztof Kozlowski
On 20.01.2016 19:14, Andi Shyti wrote: > The clk_table and clk_data are declared static. The clk_table > contains the three clock data stractures belonging to the s2mps11 s/stractures/structures/ Rest looks good: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof