Re: [PATCH] powerpc: Convert to using %pOF instead of full_name

From: Michael Ellerman
Date: Wed Jul 19 2017 - 23:34:25 EST


Rob Herring <robh@xxxxxxxxxx> writes:
> On Wed, Jul 19, 2017 at 7:03 AM, Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:
>> Rob Herring <robh@xxxxxxxxxx> 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 <robh@xxxxxxxxxx>
>>> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
>>> Cc: Paul Mackerras <paulus@xxxxxxxxx>
>>> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
>>> Cc: Anatolij Gustschin <agust@xxxxxxx>
>>> Cc: Scott Wood <oss@xxxxxxxxxxxx>
>>> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxxxx>
>>> Cc: Arnd Bergmann <arnd@xxxxxxxx>
>>> Cc: linuxppc-dev@xxxxxxxxxxxxxxxx
>>> ---
>> ...
>>> 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