Re: [PATCH 06/13] clk: imx: scu: drop redundant init.ops variable assignment

From: Peng Fan

Date: Thu Feb 26 2026 - 21:06:38 EST


On Thu, Feb 26, 2026 at 01:16:50PM -0500, Brian Masney wrote:
>The init.ops is assigned a default value, however right below it is an
>if, else if, and else where all of them also assign a value to init.ops.
>Drop the redundant init.ops assignment at the top.
>
>Fixes: 3b9ea606cda53 ("clk: imx: scu: add cpu frequency scaling support")
>Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
>

Reviewed-by: Peng Fan <peng.fan@xxxxxxx>