]> git.baikalelectronics.ru Git - kernel.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)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Sep 2014 20:58:48 +0000 (14:58 -0600)
commit9e1acb69875e288c6e054d4d71a0ece11d44db3b
treed7891aeab18840201580fc170656362b95c20869
parent6d98dc008c65d144a0662603f19aa9ec681be0d6
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>
drivers/pci/host/pcie-designware.c