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

2018-09-10 Thread Rob Herring
On Sat, Sep 8, 2018 at 7:15 AM Thomas Gleixner wrote: > > On Mon, 27 Aug 2018, 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: Thomas Gleixner > > Cc: Jason Cooper > > Cc: Mar

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

2018-09-08 Thread Thomas Gleixner
On Mon, 27 Aug 2018, 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: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by:

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

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/irqchip/irq-gic-v3.c | 4