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

2018-08-29 Thread Daniel Lezcano
On 28/08/2018 03:52, 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: Daniel Lezcano > Cc: Thomas Gleixner > Cc: Michal Simek > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by:

[PATCH] clocksource: 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: Daniel Lezcano Cc: Thomas Gleixner Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/clocksource/asm9260_timer.c