diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 17:47:04 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-04-04 22:51:23 +0300 |
commit | 8c47b8253f4cfd8b4dbda8c9adc1d0b1d7f3009d (patch) | |
tree | 79a92aaaf9acdd141f71275fb25b88507a253d43 /scripts/gdb/linux/stackdepot.py | |
parent | 60b3a99a3b50c94814b84795e38e2161767ea277 (diff) | |
download | linux-8c47b8253f4cfd8b4dbda8c9adc1d0b1d7f3009d.tar.xz |
firmware: Use of_property_present() for testing DT property presence
It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties. As
part of this, convert of_get_property/of_find_property calls to the
recently added of_property_present() helper when we just want to test
for presence of a property and nothing more.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'scripts/gdb/linux/stackdepot.py')
0 files changed, 0 insertions, 0 deletions