]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
authorMiaoqian Lin <linmq006@gmail.com>
Tue, 8 Mar 2022 03:12:19 +0000 (03:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:23:47 +0000 (14:23 +0200)
commit0a1a674c89983aa4291dc4d2be58daa7fbe052f7
tree3b73fc4a24eab04fb7b5df8baae6efce428dc6ac
parent36c669599679ad4d6a22e68ed8f958cdaa502750
remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region

[ Upstream commit e2de5f2b025097f54a6564e58e1fe8157dba7dd4 ]

The device_node pointer is returned by of_parse_phandle()  with refcount
incremented. We should use of_node_put() on it when done.

Fixes: 5dabc0fa0c50 ("remoteproc: qcom: Introduce Non-PAS ADSP PIL driver")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220308031219.4718-1-linmq006@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/remoteproc/qcom_q6v5_adsp.c