commit | b6a945ae03fd3962b51b27ecedf4f1dd7e034229 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jul 18 16:43:12 2017 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 01 16:42:52 2017 +1000 |
tree | 1462bec56b191c6c89e641a6c442798b42eec908 | |
parent | 859420e3155d8192b31a93cd92d32c85151bf8da [diff] |
macintosh: Convert to using %pOF instead of full_name Now that we have a custom printf format specifier, convert users of full_name to use %pOF instead. This is preparation to remove storing of the full path string for each node. Signed-off-by: Rob Herring <robh@kernel.org> [mpe: Also convert the two cases inside #if 0] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>