Skip to content
Commit 71c5498e authored by Kevin Hao's avatar Kevin Hao Committed by Grant Likely
Browse files

Revert "of: search the best compatible match first in __of_match_node()"



This reverts commit 06b29e76.
As pointed out by Grant Likely, we should also take the type and name
into account when searching the best compatible match. That means the
match with compatible, type and name should be better than the match
just with the same compatible string. So revert this and we will
implement another method to find the best match entry.

Signed-off-by: default avatarKevin Hao <haokexin@gmail.com>
Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
parent 60f76eab
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