Home
last modified time | relevance | path

Searched hist:"3748 d2185ac4c2c6f80989672253aad909ecaf95" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/lantiq/
H A Dirq.cdiff 3748d2185ac4c2c6f80989672253aad909ecaf95 Tue Jun 21 10:41:25 CDT 2022 Liang He <windhl@126.com> mips: lantiq: Add missing of_node_put() in irq.c

In icu_of_init(), of_find_compatible_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>