]> asedeno.scripts.mit.edu Git - linux.git/commit
macintosh: windfarm: Another convert to using %pOFn instead of device_node.name
authorRob Herring <robh@kernel.org>
Fri, 16 Nov 2018 22:05:39 +0000 (16:05 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 11:33:37 +0000 (22:33 +1100)
commit15b680c474afd54dac05530d8fed41c1e8d607e0
tree83a9717777d3f9d04ce4c4d62aa999c22c128202
parente5480bdcc4429e4c172d450ee1db1934d84482ef
macintosh: windfarm: Another convert to using %pOFn instead of device_node.name

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.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/windfarm_fcu_controls.c