mediatek: fix pcie bringup issue

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2019-12-05 10:22:56 +01:00
parent 82a8f91c89
commit a512123a4b

View File

@ -362,6 +362,15 @@
return err;
}
@@ -1122,8 +1122,6 @@
return err;
err = devm_pci_remap_iospace(dev, &pcie->pio, pcie->io.start);
- if (err)
- return err;
return 0;
}
@@ -1127,34 +1128,6 @@ static int mtk_pcie_request_resources(st
return 0;
}