]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Add missing of_node_put()s
authorLiang He <windhl@126.com>
Sun, 19 Jun 2022 07:23:35 +0000 (15:23 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:28:26 +0000 (17:28 +1000)
commit260a73172af4785e8754ffa4131eff99c0645a92
tree8af6375ee08a78d037216c4224564949d074ebbf
parent712821db5848d0727b8f08bb23a7784e113cd7b5
powerpc/cell: Add missing of_node_put()s

Use of_node_put() for of_find_node_by_path() and
of_find_node_by_phandle() 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/20220619072335.4067728-1-windhl@126.com
arch/powerpc/platforms/cell/setup.c
arch/powerpc/platforms/cell/spu_manage.c