[PATCH] perf: Convert to using %pOFn instead of device_node.name
From: robh@kernel.org (Rob Herring)
Date: 2018-09-28 21:19:22
Also in:
lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-09-28 21:19:22
Also in:
lkml
On Tue, Aug 28, 2018 at 12:02 PM Will Deacon [off-list ref] wrote:
On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote:quoted
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Will Deacon <redacted> Cc: Mark Rutland <mark.rutland@arm.com> Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org> --- drivers/perf/arm_pmu_platform.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)Cheers, I can queue this up for 4.20. Let me know if you'd rather take it along with the name pointer removal instead.
I assumed you were going to take this since I didn't say otherwise, but looks like it is not in linux-next. Please take thru your tree. Rob