Re: [PATCH v2 01/13] memory: atmel-ebi: use scoped device node handling to simplify error paths

From: Jonathan Cameron
Date: Mon Aug 19 2024 - 12:08:13 EST


On Fri, 16 Aug 2024 12:54:25 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote:

> Obtain the device node reference with scoped/cleanup.h to reduce error
> handling and make the code a bit simpler.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
I'm not entirely keen on the increased scope for which the reference
is held but doesn't really matter.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>

>