diff options
author | Arnd Bergmann <[email protected]> | 2023-01-30 14:55:47 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-01-30 08:41:06 -0600 |
commit | d4cb3e7113f82f7378527890aa7b4006234665fe (patch) | |
tree | 3fd818e0557bd31ee51b938a8401ca19a9d8d082 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 9daaaaaacffc5df52e3af4b5a4588d57a75f2d6f (diff) |
clk: qcom: gcc-qcs404: fix duplicate initializer warning
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 <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions