Re: [PATCH] phy: ti: j721e-wiz: add missing of_node_put

2021-03-15 Thread Vinod Koul
On 16-02-21, 16:27, angkery wrote: > From: Junlin Yang > > Fix OF node leaks by calling of_node_put in > for_each_child_of_node when the cycle returns. > > Generated by: scripts/coccinelle/iterators/for_each_child.cocci Applied, thanks -- ~Vinod

[PATCH] phy: ti: j721e-wiz: add missing of_node_put

2021-02-16 Thread angkery
From: Junlin Yang Fix OF node leaks by calling of_node_put in for_each_child_of_node when the cycle returns. Generated by: scripts/coccinelle/iterators/for_each_child.cocci Signed-off-by: Junlin Yang --- drivers/phy/ti/phy-j721e-wiz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver