Re: [PATCH 7/8] drm/imx: imx-tve: constify clk_ops structure

From: Philipp Zabel
Date: Tue Oct 30 2018 - 04:58:04 EST


Hi Julia,

On Sat, 2018-10-27 at 07:47 +0200, 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 <Julia.Lawall@xxxxxxx>

Thank you, applied to imx-drm/next.

regards
Philipp