Re: [PATCH 4/8] clk: pistachio: constify clk_ops structures

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

[PATCH 4/8] clk: pistachio: constify clk_ops structures

2018-10-26 Thread Julia Lawall
These clk_ops structures are only stored in the ops field of a clk_init_data structure. This field is const, so the clk_ops structures can be const as well. Identified and transformed using Coccinelle. Signed-off-by: Julia Lawall --- drivers/clk/pistachio/clk-pll.c |8 1 file cha