media: c8sectpfe: Add of_node_put() when breaking out of loop
[ Upstream commit63ff05a1ad
] In configure_channels(), we should call of_node_put() when breaking out of for_each_child_of_node() which will automatically increase and decrease the refcount. Fixes:c5f5d0f997
("[media] c8sectpfe: STiH407/10 Linux DVB demux support") Signed-off-by: Liang He <windhl@126.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
86e52c02e2
commit
ccb4e8de1e
@ -925,6 +925,7 @@ static int configure_channels(struct c8sectpfei *fei)
|
|||||||
if (ret) {
|
if (ret) {
|
||||||
dev_err(fei->dev,
|
dev_err(fei->dev,
|
||||||
"configure_memdma_and_inputblock failed\n");
|
"configure_memdma_and_inputblock failed\n");
|
||||||
|
of_node_put(child);
|
||||||
goto err_unmap;
|
goto err_unmap;
|
||||||
}
|
}
|
||||||
index++;
|
index++;
|
||||||
|
Reference in New Issue
Block a user