Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754946AbdGSRmL (ORCPT ); Wed, 19 Jul 2017 13:42:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44706 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751464AbdGSRmJ (ORCPT ); Wed, 19 Jul 2017 13:42:09 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4ED074A716 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=msalter@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 4ED074A716 Message-ID: <1500486128.14060.7.camel@redhat.com> Subject: Re: [PATCH] c6x: Convert to using %pOF instead of full_name From: Mark Salter To: Rob Herring , Aurelien Jacquiot Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-c6x-dev@linux-c6x.org Date: Wed, 19 Jul 2017 13:42:08 -0400 In-Reply-To: <20170718214339.7774-3-robh@kernel.org> References: <20170718214339.7774-3-robh@kernel.org> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 19 Jul 2017 17:42:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 685 Lines: 17 On Tue, 2017-07-18 at 16:42 -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: Mark Salter > Cc: Aurelien Jacquiot > Cc: linux-c6x-dev@linux-c6x.org > --- > arch/c6x/platforms/megamod-pic.c | 22 +++++++++++----------- > arch/c6x/platforms/plldata.c | 4 ++-- > arch/c6x/platforms/timer64.c | 8 ++++---- > 3 files changed, 17 insertions(+), 17 deletions(-) For the c6x bits: Acked-by: Mark Salter