diff options
author | 2023-03-10 08:47:11 -0600 | |
---|---|---|
committer | 2023-03-13 07:53:45 +0100 | |
commit | 538c7b5b5d8b5364454494e5fe4125b0b47195f1 (patch) | |
tree | 9e84d57d86a4884cc815d8c22652f134e70950e8 /scripts/generate_rust_analyzer.py | |
parent | memory: remove MODULE_LICENSE in non-modules (diff) | |
download | linux-rng-538c7b5b5d8b5364454494e5fe4125b0b47195f1.tar.xz linux-rng-538c7b5b5d8b5364454494e5fe4125b0b47195f1.zip |
memory: atmel-ebi: 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>
Link: https://lore.kernel.org/r/20230310144711.1543295-1-robh@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions