]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/devicetree: Convert to using %pOF instead of ->full_name
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:42:47 +0000 (16:42 -0500)
committerIngo Molnar <mingo@kernel.org>
Fri, 21 Jul 2017 08:14:15 +0000 (10:14 +0200)
commitdb15e7f27369b81b6605a546d54eb844f87370a5
treeb6747ea8c36ab90c3eb96792a84c44922805993a
parent2fe9a5c6ade4dfb53ff1c137cca3828d9d1d0948
x86/devicetree: Convert to using %pOF instead of ->full_name

Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each device node.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: devicetree@vger.kernel.org
Link: http://lkml.kernel.org/r/20170718214339.7774-7-robh@kernel.org
[ Clarify the error message while at it, as 'node' is ambiguous. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/devicetree.c