Re: [PATCH V2] clk: fix a panic error caused by accessing NULL pointer

From: Stephen Boyd
Date: Tue Dec 05 2017 - 18:29:05 EST


On 11/21, Chunyan Zhang wrote:
> From: Cai Li <cai.li@xxxxxxxxxxxxxx>
>
> In some cases the clock parent would be set NULL when doing re-parent,
> it will cause a NULL pointer accessing if clk_set trace event is
> enabled.
>
> This patch sets the parent as "none" if the input parameter is NULL.
>
> Fixes: dfc202ead312 (clk: Add tracepoints for hardware operations)
> Signed-off-by: Cai Li <cai.li@xxxxxxxxxxxxxx>
> Signed-off-by: Chunyan Zhang <chunyan.zhang@xxxxxxxxxxxxxx>
> ---

Applied to clk-fixes

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project