diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 17:47:00 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 04:29:26 +0300 |
commit | e1e0a32eae7fd9566769c612f0b074eaf64b9cea (patch) | |
tree | 75eb2e68916e22c7510e7a3c9f4ca5ba66fceffb /rust/build_error.rs | |
parent | 71424f059c423bdb83f0bcc06644f29fe89b50cc (diff) | |
download | linux-e1e0a32eae7fd9566769c612f0b074eaf64b9cea.tar.xz |
ata: 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: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'rust/build_error.rs')
0 files changed, 0 insertions, 0 deletions