]> git.itanic.dy.fi Git - linux-stable/commit
ARM: OMAP2+: omap4-common: Fix refcount leak bug
authorLiang He <windhl@126.com>
Tue, 28 Jun 2022 11:29:39 +0000 (19:29 +0800)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Dec 2022 05:21:41 +0000 (07:21 +0200)
commit7c32919a378782c95c72bc028b5c30dfe8c11f82
tree8b565dd0e8ae02de69fae3c14d1c4127d3c2b947
parent1b929c02afd37871d5afb9d498426f83432e71c2
ARM: OMAP2+: omap4-common: Fix refcount leak bug

In omap4_sram_init(), of_find_compatible_node() will return a node
pointer with refcount incremented. We should use of_node_put() when
it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
Message-Id: <20220628112939.160737-1-windhl@126.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap4-common.c