diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-02-08 17:11:49 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-02 16:59:45 +0200 |
commit | 804e27dee49e20c0addd1b7276654220cc3768ae (patch) | |
tree | dadc462a8498a33903aa528c860790f86a35a49c /drivers/bcma/host_pci.c | |
parent | 5b6ff664c8959d715e785b9465b042407a5d87a0 (diff) | |
download | linux-stable-804e27dee49e20c0addd1b7276654220cc3768ae.tar.gz linux-stable-804e27dee49e20c0addd1b7276654220cc3768ae.tar.bz2 linux-stable-804e27dee49e20c0addd1b7276654220cc3768ae.zip |
bcma: support bringing up bus hosted on PCIe Gen 2
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/bcma/host_pci.c')
-rw-r--r-- | drivers/bcma/host_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index 8dd37dc94cae..5fb87a899a24 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c @@ -322,7 +322,7 @@ void bcma_host_pci_up(struct bcma_bus *bus) return; if (bus->host_is_pcie2) - pr_warn("Bringing up bus with PCIe Gen 2 host is unsupported yet\n"); + bcma_core_pcie2_up(&bus->drv_pcie2); else bcma_core_pci_up(&bus->drv_pci[0]); } |