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

2017-08-09 Thread Greg Kroah-Hartman
On Wed, Aug 09, 2017 at 04:59:53PM -0500, Rob Herring wrote:
> On Tue, Jul 18, 2017 at 4:43 PM, 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: Arnd Bergmann 
> > Cc: Greg Kroah-Hartman 
> 
> Greg, ping. You picked up most of the the other patches, but not this one.

My queue is still really long, due to travel and a semi-vacation.  They
are not lost, will get picked up "soon"...

thanks,

greg k-h


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

2017-08-09 Thread Rob Herring
On Tue, Jul 18, 2017 at 4:43 PM, 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: Arnd Bergmann 
> Cc: Greg Kroah-Hartman 

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(-)