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)
commit9eca796ee385ee61488fbe62fa83224e13abcfe0
tree7e93088935b35254294358eba7308a76f8a265a7
parent2a993a587e268459e376303aa894a6b236565b6d
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