On Mon, Jun 17, 2019 at 02:39:41PM +0200, Geert Uytterhoeven wrote: > Make cpg_mssr_priv.clks[] a flexible array member, and use the new > struct_size() helper, to combine the allocation of the driver-private > structure and array of available clocks. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>