summaryrefslogtreecommitdiff
path: root/lib/math/lcm.c
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 /lib/math/lcm.c
parent10a34367ce097d5cd62ea526f5bcc809f99b5eb3 (diff)
downloadlinux-c8d0ccfd73dab35f60cb4f27d9fb7eb07c104e77.tar.gz
linux-c8d0ccfd73dab35f60cb4f27d9fb7eb07c104e77.tar.bz2
linux-c8d0ccfd73dab35f60cb4f27d9fb7eb07c104e77.zip
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 'lib/math/lcm.c')
0 files changed, 0 insertions, 0 deletions