]> git.baikalelectronics.ru Git - kernel.git/commit
mips: lantiq: Add missing of_node_put() in irq.c
authorLiang He <windhl@126.com>
Tue, 21 Jun 2022 15:41:25 +0000 (23:41 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 21 Jun 2022 20:34:03 +0000 (22:34 +0200)
commitbdd62421bad86ddc4978ab94c7e23157a4dde0e5
tree4c5154a1cd1b8bd4b6ee8638a1e54fd7ff8841a6
parentca1c53efd5a03edac7389271aa3f3b0c40d2d7a8
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>
arch/mips/lantiq/irq.c