summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorMiaoqian Lin <linmq006@gmail.com>2022-03-09 12:19:52 +0300
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2022-04-08 17:29:44 +0300
commit214e0d8fe4a813ae6ffd62bc2dfe7544c20914f4 (patch)
tree052f638ed310d5512ba473c012c3bc5b277dada4 /scripts/gdb/linux/utils.py
parent3123109284176b1532874591f7c81f3837bbdc17 (diff)
downloadlinux-214e0d8fe4a813ae6ffd62bc2dfe7544c20914f4.tar.xz
PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()
The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when done Add the missing of_node_put() to release the refcount. Link: https://lore.kernel.org/r/20220309091953.5630-1-linmq006@gmail.com Fixes: 87e8657ba99c ("PCI: mediatek: Add new method to get shared pcie-cfg base address") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Miles Chen <miles.chen@mediatek.com> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions