Re: [PATCH] cpufreq: spear: Use of_property_for_each_u32() instead of open coding

From: Viresh Kumar
Date: Thu Aug 01 2024 - 01:52:58 EST


On 31-07-24, 14:16, Rob Herring (Arm) wrote:
> Use of_property_count_u32_elems() and of_property_for_each_u32() instead
> of of_find_property() and open coding the property parsing.
>
> This is part of a larger effort to remove callers of of_find_property()
> and similar functions. of_find_property() leaks the DT struct property
> and data pointers which is a problem for dynamically allocated nodes
> which may be freed.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> drivers/cpufreq/spear-cpufreq.c | 16 ++++++----------
> 1 file changed, 6 insertions(+), 10 deletions(-)

Applied. Thanks.

--
viresh