Revert "of: search the best compatible match first in __of_match_node()"
authorKevin Hao <haokexin@gmail.com>
Tue, 18 Feb 2014 07:57:29 +0000 (15:57 +0800)
committerGrant Likely <grant.likely@linaro.org>
Tue, 18 Feb 2014 22:32:09 +0000 (22:32 +0000)
commit71c5498eed06b5ac4325a525ed83aeed3e9a250a
treeeb4ed428ce97129e7245c26d0acf05c2a9eb9536
parent60f76eab19e3903e810bdc3ec846c158efcd2e21
Revert "of: search the best compatible match first in __of_match_node()"

This reverts commit 06b29e76a74b2373e6f8b5a7938b3630b9ae98b2.
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: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c