diff options
author | Rob Herring <robh@kernel.org> | 2023-03-10 15:47:06 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-04-19 16:08:31 +0200 |
commit | 914b2fd2cd928f1eccd753e30707800b53acbeec (patch) | |
tree | d66e595ada36fc96d3fea91b286cc9122c05bcbf /drivers/irqchip/irq-loongson-htvec.c | |
parent | hwmon: (ltc4245) Use of_property_read_bool() for boolean properties (diff) | |
download | linux-914b2fd2cd928f1eccd753e30707800b53acbeec.tar.xz linux-914b2fd2cd928f1eccd753e30707800b53acbeec.zip |
hwmon: (ibmpowernv, pwm-fan) 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/20230310144706.1542434-1-robh@kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/irqchip/irq-loongson-htvec.c')
0 files changed, 0 insertions, 0 deletions