diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-07-31 13:12:59 -0600 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-08-02 09:16:47 +0200 |
commit | 23d22b0fe6a12317e9d17bb17720285ac4ba4d54 (patch) | |
tree | 0ab6339fb05f734bf47c58e8b383bf478bf59f70 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ddb869ea237eb4e1c882c8768675fad53623b062 (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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions