From: Yang Yingliang <hidden> Date: 2021-06-17 05:07:34
This node pointer is returned by of_parse_phandle() with refcount
incremented in this function. of_node_put() on it before exiting
this function.
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
drivers/net/ipa/ipa_main.c | 1 +
1 file changed, 1 insertion(+)
From: Alex Elder <hidden> Date: 2021-06-17 10:17:28
On 6/17/21 12:11 AM, Yang Yingliang wrote:
This node pointer is returned by of_parse_phandle() with refcount
incremented in this function. of_node_put() on it before exiting
this function.
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Thu, 17 Jun 2021 13:11:19 +0800 you wrote:
This node pointer is returned by of_parse_phandle() with refcount
incremented in this function. of_node_put() on it before exiting
this function.
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
[...]