aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWen Yang <wen.yang99@zte.com.cn>2019-05-06 03:05:16 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-29 10:25:45 -0400
commitc8d0ccfd73dab35f60cb4f27d9fb7eb07c104e77 (patch)
treec6e338d5f97d9b7c5b529f9d3cd520248bd875c4 /tools/perf/scripts/python
parentmedia: cx25840: Address several coding style issues (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 <wen.yang99@zte.com.cn> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions