commit | 7d8f9ac16223cf14f199a96355b0add4ca286662 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 08 15:17:12 2016 +0900 |
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | Mon Feb 08 17:30:14 2016 +0100 |
tree | 291c73fcb0ee77e375bef95bdfe1702aa4dbd416 | |
parent | 727c62d29c3a0b982fb72ef993db95e9d2036e07 [diff] |
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>