Re: [PATCH v3 4/4] clk: s2mps11: remove redundant code

2016-01-29 Thread Stephen Boyd
On 01/20, Andi Shyti wrote: > The definition of s2mps11_name is meant to resolve the name of a > given clock. Remove it because the clocks have the same name we > can get it directly from the s2mps11_clks_init structure. > > While in the probe function the s2mps11_clks is used only to > iterate th

Re: [PATCH v3 4/4] clk: s2mps11: remove redundant code

2016-01-20 Thread Krzysztof Kozlowski
On 20.01.2016 19:14, Andi Shyti wrote: > The definition of s2mps11_name is meant to resolve the name of a > given clock. Remove it because the clocks have the same name we > can get it directly from the s2mps11_clks_init structure. > > While in the probe function the s2mps11_clks is used only to >