commit | b1259519e618d479ede8a0db5474b3aff99f5056 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sat Jun 16 09:06:33 2018 +0200 |
committer | Paul Burton <paul.burton@mips.com> | Fri Jul 27 19:45:15 2018 -0700 |
tree | 99c0062b24bd2e66397d03ca5170c68e4abf7736 | |
parent | 351fdddd366245c0fb4636f32edfb4198c8d6b8c [diff] |
MIPS: Octeon: add missing of_node_put() The call to of_find_node_by_name returns a node pointer with refcount incremented thus it must be explicitly decremented here after the last usage. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/19558/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org