diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-07-31 13:12:55 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-07 13:08:14 +0200 |
commit | 3a2a3437dc2eeff5d8f1263537d738d2f3b2a8f0 (patch) | |
tree | b1d5192026d610ac2d5ec5cda3c3a0dc7452ccee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dce2cbd18f52c413222e5967ea0400de0423b684 (diff) |
serdev: Use of_property_present()
Use of_property_present() to test for property presence rather than
of_get_property(). This is part of a larger effort to remove callers
of of_get_property() and similar functions. of_get_property() leaks
the DT property data pointer 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-17-robh@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions