commit | aad8d097c9224be264939fc6c02a5570ea094f60 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 11 11:00:12 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 18 16:12:26 2017 +0200 |
tree | 6eccf0ae0329e555ea9410e794c79fbcff45976b | |
parent | 38b0774c0598c7a54b8499d18c2b764c35dc94ab [diff] |
nvmem: add missing of_node_put() in of_nvmem_cell_get() of_get_next_parent() increments the refcount of the returned node. It should be put when done. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>