aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWen Yang <[email protected]>2019-05-06 03:05:16 -0400
committerMauro Carvalho Chehab <[email protected]>2019-05-29 10:25:45 -0400
commitc8d0ccfd73dab35f60cb4f27d9fb7eb07c104e77 (patch)
treec6e338d5f97d9b7c5b529f9d3cd520248bd875c4 /tools/perf/scripts/python/bin
parent10a34367ce097d5cd62ea526f5bcc809f99b5eb3 (diff)
media: mtk-vpu: fix leaked of_node references
The call to of_parse_phandle returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: drivers/media/platform/mtk-vpu/mtk_vpu.c:477:1-7: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 464, but without a corresponding object release within this function. Signed-off-by: Wen Yang <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions