Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_…
…start [ Upstream commit 7a9f743 ] We should call of_node_put() for the reference 'uctl_node' returned by of_get_parent() which will increase the refcount. Otherwise, there will be a refcount leak bug. Signed-off-by: Liang He <windhl@126.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
- Loading branch information