Re: [PATCH] ARM: milbeaut: Add missing of_node_put()

2020-07-23 Thread Markus Elfring
> After finishing using device node got from of_find_compatible_node(), > of_node_put() needs to be called. * An imperative wording can be preferred for the change description, can't it? * Will the tag “Fixes” become helpful for the commit message? Regards, Markus

[PATCH] ARM: milbeaut: Add missing of_node_put()

2020-07-22 Thread Yi Wang
From: Liao Pingfang After finishing using device node got from of_find_compatible_node(), of_node_put() needs to be called. Signed-off-by: Liao Pingfang Signed-off-by: Yi Wang --- arch/arm/mach-milbeaut/platsmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-milbeaut/plats