Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information