Re: [PATCH 1/8] clk: max77686: constify clk_ops structure

2018-11-06 Thread Stephen Boyd
Quoting Julia Lawall (2018-10-26 22:47:35) > The clk_ops structure is only stored in the ops field of a > clk_init_data structure. This field is const, so the clk_ops > structure can be const as well. > > Identified and transformed using Coccinelle. > > Signed-off-by: Julia Lawall > > --- App

Re: [PATCH 1/8] clk: max77686: constify clk_ops structure

2018-10-29 Thread Krzysztof Kozlowski
On Sat, 27 Oct 2018 at 08:23, Julia Lawall wrote: > > The clk_ops structure is only stored in the ops field of a > clk_init_data structure. This field is const, so the clk_ops > structure can be const as well. > > Identified and transformed using Coccinelle. > > Signed-off-by: Julia Lawall > > -