On 07/18/2017 02:43 PM, Rob Herring wrote:
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: Thomas Petazzoni <redacted>
Cc: Jason Cooper <redacted>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Thierry Reding <redacted>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <redacted>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linux-pci at vger.kernel.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-tegra at vger.kernel.org
Cc: linuxppc-dev at lists.ozlabs.org
---
drivers/pci/host/pci-mvebu.c | 8 ++++----
drivers/pci/host/pci-tegra.c | 3 +--
drivers/pci/hotplug/pnv_php.c | 4 ++--
drivers/pci/hotplug/rpadlpar_core.c | 4 ++--
drivers/pci/hotplug/rpaphp_core.c | 2 +-
drivers/pci/hotplug/rpaphp_pci.c | 4 ++--
drivers/pci/hotplug/rpaphp_slot.c | 4 ++--
drivers/pci/pci-sysfs.c | 4 ++--
drivers/pci/pci.c | 4 ++--
9 files changed, 18 insertions(+), 19 deletions(-)
Reviewed-by: Tyrel Datwyler <redacted>