Rob Herring <r...@kernel.org> writes: > On Wed, Jul 19, 2017 at 7:03 AM, Michael Ellerman <m...@ellerman.id.au> wrote: >> Rob Herring <r...@kernel.org> writes: >> >>> 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 <r...@kernel.org> >>> Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> >>> Cc: Paul Mackerras <pau...@samba.org> >>> Cc: Michael Ellerman <m...@ellerman.id.au> >>> Cc: Anatolij Gustschin <ag...@denx.de> >>> Cc: Scott Wood <o...@buserror.net> >>> Cc: Kumar Gala <ga...@kernel.crashing.org> >>> Cc: Arnd Bergmann <a...@arndb.de> >>> Cc: linuxppc-dev@lists.ozlabs.org >>> --- >> ... >>> 79 files changed, 464 insertions(+), 490 deletions(-) >> >> Is the plan that I'll merge this for 4.14 ? > > Yes, hence why it's not a series and sent to you.
OK thanks. That was a bit too subtle for me :) cheers