]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: mvebu: add missing of_node_put()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 8 Feb 2016 06:17:12 +0000 (15:17 +0900)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 8 Feb 2016 16:30:14 +0000 (17:30 +0100)
commit7d8f9ac16223cf14f199a96355b0add4ca286662
tree291c73fcb0ee77e375bef95bdfe1702aa4dbd416
parent727c62d29c3a0b982fb72ef993db95e9d2036e07
ARM: mvebu: add missing of_node_put()

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 <yamada.masahiro@socionext.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/platsmp.c