Re: [PATCH] clk: bcm: iproc-asiu: simplify allocation

From: Brian Masney

Date: Mon Mar 30 2026 - 09:12:26 EST


On Wed, Mar 25, 2026 at 09:53:24PM -0700, Rosen Penev wrote:
> Use kzalloc_flex and a flexible array member to combine allocations
>
> While at it, take clk_data out of the struct and move it into probe.
> It's not used anywhere else.
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>

Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>