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

From: Rob Herring
Date: Wed Aug 09 2017 - 18:03:30 EST


On Tue, Jul 18, 2017 at 4:42 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: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
> Cc: Chen-Yu Tsai <wens@xxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> ---
> drivers/bus/arm-cci.c | 12 ++++++------
> drivers/bus/imx-weim.c | 8 ++++----
> drivers/bus/sunxi-rsb.c | 22 +++++++++++-----------
> 3 files changed, 21 insertions(+), 21 deletions(-)

Arnd, Olof,

Can you please apply this one.

Rob