Re: [PATCH] of: property: Drop superfluous !!
From: Rob Herring
Date: Fri Sep 04 2026 - 19:33:08 EST
On Thu, Sep 03, 2026 at 11:07:58AM +0200, Geert Uytterhoeven wrote:
> When assigning a pointer or integral value to a boolean, there is no
> need to insert a double logical inversion, as the assignment already
> takes care of the conversion.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> No change in generated code.
>
> drivers/of/property.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks!