From: Grant Likely Date: Thu, 2 Oct 2014 13:36:46 +0000 (+0100) Subject: of/selftest: Use the resolver to fixup phandles X-Git-Tag: fixes-against-v3.18-rc2~125^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb46da2a760e5764c48b752a5ef320e02b96b21;p=pandora-kernel.git of/selftest: Use the resolver to fixup phandles The selftest data ends up causing duplicate phandles in the live tree for the time that the testcase data is inserted into the live tree. This is obviously a bad situation because anything attempting to read the tree while the selftests are running make resolve phandles to one of the testcase data nodes. Fix the problem by using the of_resolve_phandles() function to eliminate duplicates. Signed-off-by: Grant Likely Cc: Pantelis Antoniou Cc: Gaurav Minocha --- Reading git-diff-tree failed