Re: [PATCH 3/8] clk: palmas: constify clk_ops structure

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

[PATCH 3/8] clk: palmas: constify clk_ops structure

2018-10-26 Thread Julia Lawall
The clk_ops structure is only stored in the ops field of clk_init_data structures. This field is const, so the clk_ops structure can be const as well. Identified and transformed using Coccinelle. Signed-off-by: Julia Lawall --- drivers/clk/clk-palmas.c |2 +- 1 file changed, 1 insertion(+