From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH] arm64: Convert to using %pOF instead of full_name Date: Tue, 25 Jul 2017 13:04:23 +0100 Message-ID: <20170725120422.GD27768@arm.com> References: <20170718214339.7774-2-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170718214339.7774-2-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Catalin Marinas , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, luc.vanoostenryck@gmail.com List-Id: devicetree@vger.kernel.org [adding Luc] Hi Rob, On Tue, Jul 18, 2017 at 04:42:42PM -0500, Rob Herring wrote: > 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 > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > --- > arch/arm64/kernel/cpu_ops.c | 4 ++-- > arch/arm64/kernel/smp.c | 12 ++++++------ > arch/arm64/kernel/topology.c | 22 +++++++++++----------- > 3 files changed, 19 insertions(+), 19 deletions(-) I've queued this and the perf patch too, but it would be good if somebody could update sparse to recognise this format specifier. Currently it just complains about it. Will