Re: macintosh: windfarm: Another convert to using %pOFn instead of device_node.name

2018-12-07 Thread Michael Ellerman
On Fri, 2018-11-16 at 22:05:39 UTC, Rob Herring wrote: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > > Convert the open coded iterating thru child nodes to > for_each_child_of_node() while we're here. > > Cc:

[PATCH] macintosh: windfarm: Another convert to using %pOFn instead of device_node.name

2018-11-16 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Convert the open coded iterating thru child nodes to for_each_child_of_node() while we're here. Cc: Benjamin Herrenschmidt Cc: linuxppc-dev@lists.ozlabs.org Signed-off-