Re: [PATCH] memory: emif: Use of_property_read_bool()
From: Krzysztof Kozlowski
Date: Fri Aug 02 2024 - 03:38:22 EST
On Wed, 31 Jul 2024 13:12:59 -0600, Rob Herring (Arm) wrote:
> Use of_property_read_bool() to read boolean properties rather than
> of_find_property(). 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.
>
>
> [...]
Applied, thanks!
[1/1] memory: emif: Use of_property_read_bool()
https://git.kernel.org/krzk/linux-mem-ctrl/c/23d22b0fe6a12317e9d17bb17720285ac4ba4d54
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>