summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorMiaoqian Lin <linmq006@gmail.com>2022-06-01 12:05:48 +0300
committerArnd Bergmann <arnd@arndb.de>2022-06-14 13:19:13 +0300
commit7c7ff68daa93d8c4cdea482da4f2429c0398fcde (patch)
treefd039c1f0c322a5c4e6855ddfb35b91772b2c0a1 /arch/arm64
parent89931cb463d861faf987dbbff9db986fe59293f7 (diff)
downloadlinux-7c7ff68daa93d8c4cdea482da4f2429c0398fcde.tar.xz
ARM: Fix refcount leak in axxia_boot_secondary
of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to avoid refcount leak. Fixes: 1d22924e1c4e ("ARM: Add platform support for LSI AXM55xx SoC") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Link: https://lore.kernel.org/r/20220601090548.47616-1-linmq006@gmail.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions