]> git.baikalelectronics.ru Git - kernel.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)
commit7a8e97bb0543a821b4dcdd93181d67cf52064e10
treeb6747ea8c36ab90c3eb96792a84c44922805993a
parentc6dc7ca722a178851e86fbd1eae5a85d139a33d1
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