From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [184.105.139.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xBvF41QQszDrKf for ; Wed, 19 Jul 2017 07:58:47 +1000 (AEST) Date: Tue, 18 Jul 2017 14:58:45 -0700 (PDT) Message-Id: <20170718.145845.166511048239196997.davem@davemloft.net> To: robh@kernel.org Cc: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-ide@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] ide: pmac: Convert to using %pOF instead of full_name From: David Miller In-Reply-To: <20170718214339.7774-27-robh@kernel.org> References: <20170718214339.7774-27-robh@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Rob Herring Date: Tue, 18 Jul 2017 16:43:07 -0500 > 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 Acked-by: David S. Miller