Re: [PATCH 01/15] reset: gpio: remove unneeded OF-node put

From: Philipp Zabel
Date: Thu Jan 08 2026 - 06:51:10 EST


On Mo, 2026-01-05 at 15:15 +0100, Bartosz Golaszewski wrote:
> Tasking the reset-gpio driver with controlling the reference count of an
> OF node set up in reset core is a weird inversion of responsability.

priv->rc.of_node isn't set anywhere.
The device node set and used by the core is priv->rc.of_args->np.
Could you change the commit message to reflect this?
Otherwise,

Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>

for the patch content.


regards
Philipp