Re: [PATCH] clk: qcom: gcc-qcs404: fix duplicate initializer warning

From: Stephen Boyd
Date: Mon Jan 30 2023 - 17:30:27 EST


Quoting Arnd Bergmann (2023-01-30 05:55:47)
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> In one of the clocks, a redundant initialization for .num_parents
> got left behind by a recent patch:
>
> drivers/clk/qcom/gcc-qcs404.c:63:32: error: initialized field overwritten [-Werror=override-init]
> 63 | .num_parents = 1,
> | ^
>
> Fixes: 2ce81afa0c7c ("clk: qcom: gcc-qcs404: sort out the cxo clock")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---

This is https://lore.kernel.org/r/20230123201812.1230039-2-krzysztof.kozlowski@xxxxxxxxxx