]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/embedded6xx/ls_uart: Add missing of_node_put()
authorLiang He <windhl@126.com>
Mon, 20 Jun 2022 06:59:04 +0000 (14:59 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:28:26 +0000 (17:28 +1000)
commitc999e0f1bdf9e36cf08f0bfcaa8584c3c0e461b8
tree1f18cc649dae37395ed7625c761964798d42b0f6
parent8672180a173d369b36470e91db5692b72d83ea2b
powerpc/embedded6xx/ls_uart: Add missing of_node_put()

In ls_uarts_init(), add an of_node_put() to keep refcount balance.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220620065904.4071787-1-windhl@126.com
arch/powerpc/platforms/embedded6xx/ls_uart.c