diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-07-31 14:16:15 -0600 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-08-07 12:11:45 +0530 |
commit | 9b3cc56c24d80671763b4b6b7ea4aed213059d32 (patch) | |
tree | bbc138c0770b6657b6501d1c5edf2d7f35cae856 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 872cc94c7e3d874373f56b035f998631c6b26d22 (diff) |
cpufreq: spear: Use of_property_for_each_u32() instead of open coding
Use of_property_count_u32_elems() and of_property_for_each_u32() instead
of of_find_property() and open coding the property parsing.
This is part of a larger effort to remove callers of of_find_property()
and similar functions. of_find_property() leaks the DT struct property
and data pointers which is a problem for dynamically allocated nodes
which may be freed.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
[Viresh: Fixed build failure and initialize / increment 'i']
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions