From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] ata: Convert to using %pOF instead of full_name Date: Tue, 18 Jul 2017 18:03:33 -0400 Message-ID: <20170718220333.GH3365493@devbig577.frc2.facebook.com> References: <20170718214339.7774-8-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170718214339.7774-8-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-ide@vger.kernel.org On Tue, Jul 18, 2017 at 04:42:48PM -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: Tejun Heo > Cc: linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Applied to libata/for-4.14. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752977AbdGRWDj (ORCPT ); Tue, 18 Jul 2017 18:03:39 -0400 Received: from mail-qk0-f172.google.com ([209.85.220.172]:35041 "EHLO mail-qk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbdGRWDh (ORCPT ); Tue, 18 Jul 2017 18:03:37 -0400 Date: Tue, 18 Jul 2017 18:03:33 -0400 From: Tejun Heo To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [PATCH] ata: Convert to using %pOF instead of full_name Message-ID: <20170718220333.GH3365493@devbig577.frc2.facebook.com> References: <20170718214339.7774-8-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170718214339.7774-8-robh@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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:48PM -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: Tejun Heo > Cc: linux-ide@vger.kernel.org Applied to libata/for-4.14. Thanks. -- tejun