mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-01 16:57:08 +00:00
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:
|
||
|---|---|---|
| .. | ||
| events | ||
| define_trace.h | ||
| perf.h | ||
| syscall.h | ||
| trace_events.h | ||