Re: [PATCH v2] PCI: iproc: Use of_property_read_bool() for boolean properties

From: Krzysztof Wilczyński
Date: Sat Jun 24 2023 - 05:02:39 EST


Hello,

> 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.
> Convert reading boolean properties to of_property_read_bool().

Applied to controller/iproc, thank you!

[1/1] PCI: iproc: Use of_property_read_bool() for boolean properties
https://git.kernel.org/pci/pci/c/4ce7d88e7ad9

Krzysztof