]> git.baikalelectronics.ru Git - kernel.git/commit
soc/tegra: pmc: Fix child-node lookup
authorJohan Hovold <johan@kernel.org>
Wed, 15 Nov 2017 09:44:58 +0000 (10:44 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 27 Aug 2018 10:25:09 +0000 (12:25 +0200)
commitb03437e3f3aad5113acfec0556379049cb6c3674
tree941d3f282ba386b65d0a1ce92348726ad853e61b
parent8aed797a8335ac6b58d531ad8e1f50506905d8f8
soc/tegra: pmc: Fix child-node lookup

Fix child-node lookup during probe, which ended up searching the whole
device tree depth-first starting at the parent rather than just matching
on its children.

To make things worse, the parent pmc node could end up being prematurely
freed as of_find_node_by_name() drops a reference to its first argument.

Fixes: c36c371f12f9 ("soc: tegra: Add thermal reset (thermtrip) support to PMC")
Cc: stable <stable@vger.kernel.org> # 4.0
Cc: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c