[PATCH v4 1/5] clk: actions: Terminate clk_div_table with sentinel element
Stephen Boyd
sboyd at kernel.org
Fri Mar 11 18:16:30 PST 2022
Quoting Jonathan Neuschäfer (2022-02-17 16:09:17)
> In order that the end of a clk_div_table can be detected, it must be
> terminated with a sentinel element (.div = 0).
>
> In owl-s900.s, the { 0, 8 } element was probably meant to be just that,
> so this patch changes { 0, 8 } to { 0, 0 }.
>
> Fixes: d47317ca4ade1 ("clk: actions: Add S700 SoC clock support")
> Fixes: d85d20053e195 ("clk: actions: Add S900 SoC clock support")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
> Reviewed-by: Manivannan Sadhasivam <mani at kernel.org>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list