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

From: Jakub Kicinski
Date: Thu Mar 16 2023 - 20:07:34 EST


On Tue, 14 Mar 2023 14:18:27 -0500 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 of_property_read_bool().
>
> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>
> Acked-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> # for net/can
> Acked-by: Kalle Valo <kvalo@xxxxxxxxxx>
> Acked-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
> Acked-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
> Reviewed-by: Wei Fang <wei.fang@xxxxxxx>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>

Applied, to net(?), thanks!