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

From: Arnd Bergmann
Date: Wed Aug 16 2017 - 11:20:53 EST


On Tue, Jul 18, 2017 at 11: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: Sudeep Holla <sudeep.holla@xxxxxxx>
> Cc: Mark Rutland <mark.rutland@xxxxxxx>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx

Applied to next/drivers with Sudeep's ack, thanks.

Arnd