Searched hist:"23 b44f9c649bbef10b45fa33080cd8b4166800ae" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-versatile/ |
H A D | dcscb.c | diff 23b44f9c649bbef10b45fa33080cd8b4166800ae Thu Apr 28 18:03:56 CDT 2022 Peng Wu <wupeng58@huawei.com> 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>
|