diff options
author | 2024-07-31 13:13:01 -0600 | |
---|---|---|
committer | 2024-08-23 17:38:00 +0200 | |
commit | b106492686efcff523425eaf956cb4cb31555a61 (patch) | |
tree | 439e59c3b351c4d6ca2dde50397b09036c3cc768 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel (diff) | |
download | wireguard-linux-b106492686efcff523425eaf956cb4cb31555a61.tar.xz wireguard-linux-b106492686efcff523425eaf956cb4cb31555a61.zip |
pinctrl: mediatek: 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>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/20240731191312.1710417-23-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions