commit | a270f32735a20affe325c351c359f13603537d05 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jul 18 16:42:42 2017 -0500 |
committer | Will Deacon <will.deacon@arm.com> | Thu Jul 20 10:28:41 2017 +0100 |
tree | f6deae4dd4dd902d9770c9a2f522f347fa7a5cd6 | |
parent | 6f44a0bacb79a03972c83759711832b382b1b8ac [diff] |
arm64: 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 node. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Will Deacon <will.deacon@arm.com>