Home
last modified time | relevance | path

Searched hist:"48 ca54e3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/ralink/
H A Dof.c48ca54e3 Thu Jun 16 22:39:29 CDT 2022 Liang He <windhl@126.com> mips: ralink: Fix refcount leak in of.c

In plat_of_remap_node(), plat_of_remap_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>