Re: [PATCH] ARM: mvebu: add missing of_node_put()

2016-02-08 Thread Gregory CLEMENT
Hi Masahiro, On lun., févr. 08 2016, Masahiro Yamada wrote: > This node pointer is returned by of_find_compatible_node() in this > function. It should be put before exitting this function. > Applied on mvebu/cleanup Thanks, Gregory > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mac

[PATCH] ARM: mvebu: add missing of_node_put()

2016-02-07 Thread Masahiro Yamada
This node pointer is returned by of_find_compatible_node() in this function. It should be put before exitting this function. Signed-off-by: Masahiro Yamada --- arch/arm/mach-mvebu/platsmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mvebu/platsmp.c b/arch/arm/mach-mvebu/