diff options
author | 2024-07-31 14:16:15 -0600 | |
---|---|---|
committer | 2024-08-07 12:11:45 +0530 | |
commit | 9b3cc56c24d80671763b4b6b7ea4aed213059d32 (patch) | |
tree | bbc138c0770b6657b6501d1c5edf2d7f35cae856 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpufreq: Use of_property_present() (diff) | |
download | linux-rng-9b3cc56c24d80671763b4b6b7ea4aed213059d32.tar.xz linux-rng-9b3cc56c24d80671763b4b6b7ea4aed213059d32.zip |
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-postgresql.py')
0 files changed, 0 insertions, 0 deletions