Re: [PATCH] clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_table

From: Shawn Guo
Date: Sun Dec 08 2019 - 21:54:44 EST


On Fri, Nov 22, 2019 at 06:11:42AM +0000, Peng Fan wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> There should be a sentinel of ulp_div_table, otherwise _get_table_div
> may access data out of the array.
>
> Fixes: b1260067ac3d ("clk: imx: add imx7ulp clk driver")
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.