summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2024-07-31 13:12:59 -0600
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-08-02 09:16:47 +0200
commit23d22b0fe6a12317e9d17bb17720285ac4ba4d54 (patch)
tree0ab6339fb05f734bf47c58e8b383bf478bf59f70 /tools/perf/scripts/python
parentddb869ea237eb4e1c882c8768675fad53623b062 (diff)
memory: emif: Use of_property_read_bool()
Use of_property_read_bool() to read boolean properties rather than of_find_property(). 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> Link: https://lore.kernel.org/r/20240731191312.1710417-21-robh@kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions