PCI: Convert to using %pOF instead of full_name()
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:43:21 +0000 (16:43 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 24 Aug 2017 16:24:59 +0000 (11:24 -0500)
commitb63773a801ff7f7f047894a9be23616f4491aca8
tree30480966a531698bdcc24d44ccb5f44680d998d7
parent36b8518950f95837d2edc6c9ef8e0ef1fbcf04eb
PCI: 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 for removing storing
of the full path string for each node.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
drivers/pci/host/pci-mvebu.c
drivers/pci/host/pci-tegra.c
drivers/pci/hotplug/pnv_php.c
drivers/pci/hotplug/rpadlpar_core.c
drivers/pci/hotplug/rpaphp_core.c
drivers/pci/hotplug/rpaphp_pci.c
drivers/pci/hotplug/rpaphp_slot.c
drivers/pci/pci-sysfs.c
drivers/pci/pci.c