]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: uniphier: add missing of_node_put()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 07:16:07 +0000 (16:16 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 16:36:26 +0000 (17:36 +0100)
commitf81ebddbe3738698a828450536028775006f81cd
tree7e93088935b35254294358eba7308a76f8a265a7
parent3c47050f01dc39e9752cab19f02ba682b36019b2
ARM: uniphier: add missing of_node_put()

This node pointer is allocated by of_find_compatible_node() in this
function.  It should be put before exitting this function.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-uniphier/platsmp.c