lkml.org 
[lkml]   [2022]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2] arm: mach-versatile: (integrator) Add missing of_node_put()
Date
In cm_init(), of_find_matching_node() will return a node pointer with
refcount incremented. We should use of_node_put() when the pointer is
not used anymore.

Signed-off-by: Liang He <windhl@126.com>
---
changelog:

v2: use real name for Sob
v1: fix missing bug

arch/arm/mach-versatile/integrator.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-versatile/integrator.c b/arch/arm/mach-versatile/integrator.c
index fdf9c4db08a7..fba19357171a 100644
--- a/arch/arm/mach-versatile/integrator.c
+++ b/arch/arm/mach-versatile/integrator.c
@@ -76,6 +76,7 @@ void cm_init(void)
return;
}
cm_base = of_iomap(cm, 0);
+ of_node_put(cm);
if (!cm_base) {
pr_crit("could not remap core module\n");
return;
--
2.25.1
\
 
 \ /
  Last update: 2022-06-16 05:48    [W:0.083 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site