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

From: Mark Salter
Date: Wed Jul 19 2017 - 13:42:15 EST


On Tue, 2017-07-18 at 16:42 -0500, 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 <robh@xxxxxxxxxx>
> Cc: Mark Salter <msalter@xxxxxxxxxx>
> Cc: Aurelien Jacquiot <a-jacquiot@xxxxxx>
> Cc: linux-c6x-dev@xxxxxxxxxxxxx
> ---
> arch/c6x/platforms/megamod-pic.c | 22 +++++++++++-----------
> arch/c6x/platforms/plldata.c | 4 ++--
> arch/c6x/platforms/timer64.c | 8 ++++----
> 3 files changed, 17 insertions(+), 17 deletions(-)

For the c6x bits:
Acked-by: Mark Salter <msalter@xxxxxxxxxx>