From 21dd5a43d00ca513c6a4a31fa86bbe608f68ed49 Mon Sep 17 00:00:00 2001 From: Gavin Shan Date: Thu, 19 Jun 2014 17:22:45 +1000 Subject: [PATCH] powerpc/pci: Remove duplicate logic Since the logic to reset PCI secondary bus by PCI config register PCI_BRIDGE_CTL_BUS_RESET is included in pci_reset_secondary_bus(), we needn't implement another one. Remove the duplicate implementation and call pci_reset_secondary_bus(). Signed-off-by: Gavin Shan Signed-off-by: Bjorn Helgaas --- Reading git-format-patch failed