commit | 6ef2541f268f56a4b93acb0f921c8fc4b74bfc9f | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jul 18 16:42:49 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 17:47:55 2017 +0200 |
tree | 060a24dc2c49e189d6ea759cc568e3fe3f0a5bdc | |
parent | 39bf04db6b2b13eeb2aa565930034dc9d4198d93 [diff] |
base: 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> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>