]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init()
authorLucas Stach <l.stach@pengutronix.de>
Wed, 23 Jul 2014 17:52:40 +0000 (19:52 +0200)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:46 +0000 (21:18 -0600)
commit255f36029a1e42bc344509790ab76174e5c8151a
tree008f097b739137ecc22cad00f27739bf8a1729b9
parente357298f7ba1d5c2075cb2cc0e81382f1871ebcc
PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init()

The pci_common_init_dev() call right before will already handle the device
resource allocation, so this call was a no-op.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Mohit Kumar <mohit.kumar@st.com>
(cherry picked from commit 8ddebc4103e6544bd31f0c97e55491387717a124)
drivers/pci/host/pcie-designware.c