diff options
author | 2023-03-10 08:47:18 -0600 | |
---|---|---|
committer | 2023-03-13 09:59:41 +0530 | |
commit | e9eadc28271940266ace3f748a1c6278bd886ea8 (patch) | |
tree | 7692f2d725f2fa15a3b2f60fee63d70d4e400f7e /scripts/generate_rust_analyzer.py | |
parent | Linux 6.3-rc1 (diff) | |
download | linux-rng-e9eadc28271940266ace3f748a1c6278bd886ea8.tar.xz linux-rng-e9eadc28271940266ace3f748a1c6278bd886ea8.zip |
opp: 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>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions