From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbdGSD7B (ORCPT ); Tue, 18 Jul 2017 23:59:01 -0400 Received: from mga02.intel.com ([134.134.136.20]:3267 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbdGSD7A (ORCPT ); Tue, 18 Jul 2017 23:59:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,379,1496127600"; d="scan'208";a="1197069068" Date: Wed, 19 Jul 2017 09:31:45 +0530 From: Vinod Koul To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org Subject: Re: [PATCH] dma: Convert to using %pOF instead of full_name Message-ID: <20170719040144.GA3053@localhost> References: <20170718214339.7774-18-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170718214339.7774-18-robh@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 18, 2017 at 04:42:58PM -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. Applied after fixing the subsystem name, thanks -- ~Vinod