From: Gavin Shan Date: Thu, 19 Jun 2014 07:22:45 +0000 (+1000) Subject: powerpc/pci: Remove duplicate logic X-Git-Tag: omap-for-v3.17/fixes-against-rc2~196^2^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21dd5a43d00ca513c6a4a31fa86bbe608f68ed49;p=pandora-kernel.git 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-diff-tree failed