aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/soc
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-11-15 10:44:58 +0100
committerThierry Reding <treding@nvidia.com>2018-08-27 12:25:09 +0200
commit1dc6bd5e39a29453bdcc17348dd2a89f1aa4004e (patch)
tree941d3f282ba386b65d0a1ce92348726ad853e61b /include/soc
parentMerge branch 'for-4.20/dt-bindings' into for-4.20/soc (diff)
downloadwireguard-linux-1dc6bd5e39a29453bdcc17348dd2a89f1aa4004e.tar.xz
wireguard-linux-1dc6bd5e39a29453bdcc17348dd2a89f1aa4004e.zip
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: 3568df3d31d6 ("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>
Diffstat (limited to 'include/soc')
0 files changed, 0 insertions, 0 deletions