Skip to content
Commit fcee9692 authored by Miaoqian Lin's avatar Miaoqian Lin Committed by Michael Ellerman
Browse files

powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup



of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.

Fixes: abc3aeae ("fsl-rio: Add two ports and rapidio message units support")
Signed-off-by: default avatarMiaoqian Lin <linmq006@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220512123724.62931-1-linmq006@gmail.com
parent 1d1fb961
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment