diff options
author | Rob Herring (Arm) <[email protected]> | 2024-07-31 13:12:54 -0600 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-08-04 11:09:06 +0200 |
commit | aa85d45338692e8b29b0c023826c404c3e7113a6 (patch) | |
tree | 855ce2d88414efca95570d96730364fbed376e4c /scripts/generate_rust_analyzer.py | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) |
pinctrl: samsung: Use of_property_present()
Use of_property_present() to test for property presence 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) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions