perf: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:43:22 +0000 (16:43 -0500)
committerWill Deacon <will.deacon@arm.com>
Thu, 20 Jul 2017 09:28:41 +0000 (10:28 +0100)
commit5f4216f49ba19a6ba9e1f286e7de69b70991742b
tree1479377a159ea677b268b036a2bd006971d1e09e
parenta270f32735a20affe325c351c359f13603537d05
perf: 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: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/perf/arm_pmu_platform.c