rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge
stable inclusion from stable-v5.10.137 commit 9715809b9eeb85b3f9b083857a2f29a9e2351125 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I60PLB Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9715809b9eeb85b3f9b083857a2f29a9e2351125 -------------------------------- [ Upstream commit 65382585 ] of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Fixes: 53e2822e ("rpmsg: Introduce Qualcomm SMD backend") Signed-off-by:Miaoqian Lin <linmq006@gmail.com> Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220511120737.57374-1-linmq006@gmail.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Reviewed-by:
Wei Li <liwei391@huawei.com>
Loading
Please sign in to comment