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

From: Rob Herring
Date: Tue Nov 27 2018 - 11:57:48 EST


On Fri, Nov 23, 2018 at 10:54 AM Yangtao Li <tiny.windzz@xxxxxxxxx> wrote:
>
> In preparation to remove the node name pointer from struct device_node,
> convert printf users to use the %pOFn format specifier.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> ---
> drivers/irqchip/irq-mscc-ocelot.c | 6 +++---
> drivers/irqchip/irq-stm32-exti.c | 6 +++---
> drivers/irqchip/irq-tango.c | 10 +++++-----
> 3 files changed, 11 insertions(+), 11 deletions(-)

Same here. Already queued a patch for these and others missed here.

Rob