diff options
| author | Rob Herring (Arm) <[email protected]> | 2024-07-31 13:13:03 -0600 |
|---|---|---|
| committer | Uwe Kleine-König <[email protected]> | 2024-09-16 15:24:58 +0200 |
| commit | 89deb4c8d09eb6d3548e18db76f03a782c3467ce (patch) | |
| tree | 88f3e17dbcf20307f7ee55252869fa6b5dd10f7a /tools/perf/scripts/python/bin | |
| parent | 59921a7397074e90030659bbb74aad372effdeee (diff) | |
pwm: omap-dmtimer: Use of_property_read_bool()
Use of_property_read_bool() to read boolean properties 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) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Uwe Kleine-König <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions