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

From: Rob Herring
Date: Wed Aug 09 2017 - 18:00:22 EST


On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring <robh@xxxxxxxxxx> 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 <robh@xxxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Greg, ping. You picked up most of the the other patches, but not this one.

> ---
> drivers/misc/eeprom/idt_89hpesx.c | 8 ++++----
> drivers/misc/sram.c | 12 ++++++------
> 2 files changed, 10 insertions(+), 10 deletions(-)