Re: [PATCH 6/8] clk: s2mps11: constify clk_ops structure

From: Stephen Boyd
Date: Tue Nov 06 2018 - 12:43:48 EST


Quoting Julia Lawall (2018-10-26 22:47:40)
> The clk_ops structure is only stored in the ops fields 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 <Julia.Lawall@xxxxxxx>
>
> ---

Applied to clk-next