[PATCH] perf: Convert to using %pOFn instead of device_node.name
From: Will Deacon <hidden>
Date: 2018-10-01 09:18:33
Also in:
lkml
From: Will Deacon <hidden>
Date: 2018-10-01 09:18:33
Also in:
lkml
On Fri, Sep 28, 2018 at 04:19:07PM -0500, Rob Herring wrote:
On Tue, Aug 28, 2018 at 12:02 PM Will Deacon [off-list ref] wrote:quoted
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.
Sorry, slipped through the cracks. I'll get it queued asap for the merge window. Will