Re: [PATCH] net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe
From: Erick Karanja <hidden>
Date: 2025-10-03 17:39:45
Also in:
linux-kernel-mentees, lkml
From: Erick Karanja <hidden>
Date: 2025-10-03 17:39:45
Also in:
linux-kernel-mentees, lkml
On Fri, 2025-10-03 at 18:32 +0200, Markus Elfring wrote:
quoted
Add missing of_node_put call to release device node tbi obtained via for_each_child_of_node.Will it become helpful to append parentheses to function names?
Yes, it is necessary.
Regards, Markus