[PATCH] cpufreq: pmac32: Use of_property_read_bool() for boolean properties

Rafael J. Wysocki rafael at kernel.org
Tue Mar 28 04:11:36 AEDT 2023


On Mon, Mar 13, 2023 at 5:26 AM Viresh Kumar <viresh.kumar at linaro.org> wrote:
>
> On 10-03-23, 08:47, Rob Herring wrote:
> > 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 to of_property_read_bool().
> >
> > Signed-off-by: Rob Herring <robh at kernel.org>
> > ---
> >  drivers/cpufreq/pmac32-cpufreq.c | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
>
> Acked-by: Viresh Kumar <viresh.kumar at linaro.org>

Applied as 6.4 material, thanks!


More information about the Linuxppc-dev mailing list