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

2018-09-14 Thread Rafael J. Wysocki
On Tuesday, August 28, 2018 3:52:15 AM CEST 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: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux

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

2018-09-02 Thread Viresh Kumar
On 27-08-18, 20: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: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-...@vger.kernel

[PATCH] cpufreq: 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: "Rafael J. Wysocki" Cc: Viresh Kumar Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Cc: linux...@vger.kernel.org Signed-off-by: Rob