Re: [PATCH] MIPS: Convert to using %pOFn instead of device_node.name

From: Paul Burton
Date: Tue Aug 28 2018 - 12:54:40 EST


Hi Rob,

On Mon, Aug 27, 2018 at 08:52:05PM -0500, Rob Herring wrote:
> In preparation to remove the node name pointer from struct device_node,
> convert printf users to use the %pOFn format specifier.
>
> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
> Cc: Paul Burton <paul.burton@xxxxxxxx>
> Cc: James Hogan <jhogan@xxxxxxxxxx>
> Cc: John Crispin <john@xxxxxxxxxxx>
> Cc: linux-mips@xxxxxxxxxxxxxx
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> arch/mips/cavium-octeon/octeon-irq.c | 16 ++++++++--------
> arch/mips/netlogic/common/irq.c | 14 +++++++-------
> arch/mips/ralink/cevt-rt3352.c | 6 +++---
> arch/mips/ralink/ill_acc.c | 2 +-
> 4 files changed, 19 insertions(+), 19 deletions(-)

Thanks - applied to mips-next for 4.20.

Paul