Re: [PATCH 2/2] hwmon: nct7363: Fix a resource leak in nct7363_present_pwm_fanin

From: Guenter Roeck

Date: Thu Jan 15 2026 - 11:47:38 EST


On Thu, Jan 15, 2026 at 09:54:15PM +0800, Felix Gu wrote:
> When calling of_parse_phandle_with_args(), the caller is responsible
> to call of_node_put() to release the reference of device node.
> In nct7363_present_pwm_fanin, it does not release the reference,
> causing a resource leak.
>
> Signed-off-by: Felix Gu <gu_0233@xxxxxx>

Applied.

Thanks,
Guenter