Skip to content
Commit 4b191533 authored by Yuan Can's avatar Yuan Can Committed by Greg Kroah-Hartman
Browse files

remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region()

[ Upstream commit 38e7d9c1 ]

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

Fixes: b9e718e9

 ("remoteproc: Introduce Qualcomm ADSP PIL")
Signed-off-by: default avatarYuan Can <yuancan@huawei.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221203070639.15128-1-yuancan@huawei.com
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d7628ebc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment