]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/of/property.c
of: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Thu, 1 Jun 2017 20:50:55 +0000 (15:50 -0500)
committerRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 22:09:18 +0000 (17:09 -0500)
commit0d638a07d3a1e98a7598eb2812a6236324e4c55f
tree5cca2869338b69318f5f758b0a6e8cb9ebaad69d
parentb4032ff9af1c266ca671682117ba73e1ba89a259
of: 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>
drivers/of/address.c
drivers/of/base.c
drivers/of/device.c
drivers/of/dynamic.c
drivers/of/irq.c
drivers/of/of_mdio.c
drivers/of/of_pci.c
drivers/of/overlay.c
drivers/of/platform.c
drivers/of/property.c
drivers/of/unittest.c