]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/perf: Add missing of_node_put()s in imc-pmu.c
authorLiang He <windhl@126.com>
Sat, 18 Jun 2022 07:13:53 +0000 (15:13 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 07:28:26 +0000 (17:28 +1000)
commit0dd8d2c8066e672244975c171816fdd9dae87721
tree742c3a664a24d84b0c5afbb639f0fbcc898a4b13
parent6b2d17d514b105ecf486bdf011c444978e633085
powerpc/perf: Add missing of_node_put()s in imc-pmu.c

In update_events_in_group(), of_find_node_by_phandle() will return
a node pointer with refcount incremented. The reference should be
dropped with of_node_put() in the failure path or when it is not used
anymore.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Link: https://lore.kernel.org/r/20220618071353.4059000-1-windhl@126.com
arch/powerpc/perf/imc-pmu.c