Commit 27497e11 authored by Rob Herring's avatar Rob Herring
Browse files

of: find_node_by_full_name rewrite to compare each level



find_node_by_full_name() does the same thing as of_find_node_by_path(),
but takes no locks and doesn't work on aliases. Refactor
of_find_node_opts_by_path() into __of_find_node_by_full_path() and
replace find_node_by_full_name() with it.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 95e6b1fa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment