Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbdHXMhg (ORCPT ); Thu, 24 Aug 2017 08:37:36 -0400 Received: from ozlabs.org ([103.22.144.67]:43121 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbdHXMhf (ORCPT ); Thu, 24 Aug 2017 08:37:35 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: b7c670d673d1186e9a6aafaad36aace34046bb6b In-Reply-To: <20170821151651.25096-2-robh@kernel.org> To: Rob Herring , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, Scott Wood , David Laight , Paul Mackerras , Anatolij Gustschin , Frank Rowand Subject: Re: [v2,1/5] powerpc: Convert to using %pOF instead of full_name Message-Id: <3xdP2P6YKjz9sRq@ozlabs.org> Date: Thu, 24 Aug 2017 22:37:33 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 26 On Mon, 2017-08-21 at 15:16:47 UTC, 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: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Anatolij Gustschin > Cc: Scott Wood > Cc: Kumar Gala > Cc: Arnd Bergmann > Cc: linuxppc-dev@lists.ozlabs.org > Reviewed-by: Tyrel Datwyler Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b7c670d673d1186e9a6aafaad36aac I forgot to add in the change log I took the chance to reformat some of the affected printks, hopefully that doesn't muck you up when you're merging/rebasing on top of this. cheers