summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMiaoqian Lin <linmq006@gmail.com>2022-03-09 09:17:10 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-03-14 15:01:51 +0100
commit4528668ca331f7ce5999b7746657b46db5b3b785 (patch)
tree3284d151257ae1567dacdd58f98860531f240c46 /arch
parent3f059a7e8c13c62addc1808d13a41d1f6dc24bd1 (diff)
downloadlinux-4528668ca331f7ce5999b7746657b46db5b3b785.tar.gz
linux-4528668ca331f7ce5999b7746657b46db5b3b785.tar.bz2
linux-4528668ca331f7ce5999b7746657b46db5b3b785.zip
mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
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. Fixes: 2121aa3e2312 ("mips: cdmm: Add mti,mips-cdmm dtb node support") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Acked-by: Serge Semin <fancer.lancer@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions