]> git.itanic.dy.fi Git - linux-stable/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)
commitcd772e659da0ad67f19f022f65449e14ebcf1284
tree1f18cc649dae37395ed7625c761964798d42b0f6
parent1c754b49c002a965004b6a96d158f7ce554eb977
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