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

From: Krzysztof Kozlowski
Date: Mon Oct 29 2018 - 03:50:03 EST


On Sat, 27 Oct 2018 at 08:23, Julia Lawall <Julia.Lawall@xxxxxxx> 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 <Julia.Lawall@xxxxxxx>
>
> ---
> drivers/clk/clk-max77686.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Best regards,
Krzysztof