arm64: spin-table: add missing of_node_put()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 Apr 2016 01:23:31 +0000 (10:23 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 20 Apr 2016 09:35:15 +0000 (10:35 +0100)
commit2fee7d5b08b6419bb59de9e875d895e3a6e7bf5a
tree8dc5220b52edeb59816fa9ef0c1abff4ce3b9a36
parentadb4907007445ab9d392f4ce398cd7fa5d26612b
arm64: spin-table: add missing of_node_put()

Since of_get_cpu_node() increments refcount, the node should be put.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/smp_spin_table.c