Re: [PATCH v3] powerpc/fsl_rio: add missing of_node_put() in fsl_rio_setup()

2023-07-06 Thread Christophe Leroy
Le 24/11/2022 à 15:33, Yang Yingliang a écrit : > The of node returned by of_find_compatible_node() with refcount > decremented, of_node_put() need be called after using it to avoid > refcount leak. Is that patch still required ? If yes, please rebase and resend. Thanks Christophe > > Fixes:

[PATCH v3] powerpc/fsl_rio: add missing of_node_put() in fsl_rio_setup()

2022-11-24 Thread Yang Yingliang
The of node returned by of_find_compatible_node() with refcount decremented, of_node_put() need be called after using it to avoid refcount leak. Fixes: abc3aeae3aaa ("fsl-rio: Add two ports and rapidio message units support") Signed-off-by: Yang Yingliang --- v2 -> v3: drop of_node_put() in