]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kernel: Add missing of_node_put() in legacy_serial.c
authorLiang He <windhl@126.com>
Sun, 19 Jun 2022 07:08:11 +0000 (15:08 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:28:26 +0000 (17:28 +1000)
commit712821db5848d0727b8f08bb23a7784e113cd7b5
treea17e3955873d98a1499af0a66db2b4e0b8056b93
parent0a96e0b8a80fc76741e0302894977d3a08626b5f
powerpc/kernel: Add missing of_node_put() in legacy_serial.c

In find_legacy_serial_ports(), of_find_node_by_path() will return a node
pointer with refcount incremented. The reference should be dropped with
of_node_put() when it is not used anymore.

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