On Wed, Aug 28, 2024 at 08:00:55AM GMT, 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 property pointer which is a problem for dynamically allocated > nodes which may be freed. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > drivers/regulator/qcom_spmi-regulator.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry