ARM: versatile: Add missing of_node_put in dcscb_init
authorPeng Wu <wupeng58@huawei.com>
Thu, 28 Apr 2022 23:03:56 +0000 (01:03 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 3 May 2022 14:58:06 +0000 (16:58 +0200)
commit23b44f9c649bbef10b45fa33080cd8b4166800ae
treef54b9d275decd0f80668ce505bff967f8beaff69
parent0af2de76a21f24ab09f865da748ef3a63b4c2bd6
ARM: versatile: Add missing of_node_put in dcscb_init

The device_node pointer is returned by of_find_compatible_node
with refcount incremented. We should use of_node_put() to avoid
the refcount leak.

Signed-off-by: Peng Wu <wupeng58@huawei.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220428230356.69418-1-linus.walleij@linaro.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-versatile/dcscb.c