summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/of-fpga-region.c
diff options
context:
space:
mode:
authorWen Yang2019-05-06 09:05:15 +0200
committerMauro Carvalho Chehab2019-05-24 15:03:06 +0200
commit2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c (patch)
tree02370c29edeed34837acbe0669a69d7d442d4ad4 /drivers/fpga/of-fpga-region.c
parentmedia: exynos4-is: Add missing of_node_put to fix reference leaks (diff)
downloadkernel-qcow2-linux-2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c.tar.gz
kernel-qcow2-linux-2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c.tar.xz
kernel-qcow2-linux-2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c.zip
media: venus: firmware: 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/qcom/venus/firmware.c:90:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 82, but without a corresponding object release within this function. drivers/media/platform/qcom/venus/firmware.c:94:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 82, but without a corresponding object release within this function. drivers/media/platform/qcom/venus/firmware.c:128:1-7: ERROR: missing of_node_put; acquired a node pointer with refcount incremented on line 82, but without a corresponding object release within this function. Signed-off-by: Wen Yang <wen.yang99@zte.com.cn> Acked-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/fpga/of-fpga-region.c')
0 files changed, 0 insertions, 0 deletions