mediatek: fix pcie bringup issue
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
82a8f91c89
commit
a512123a4b
1 changed files with 9 additions and 0 deletions
|
@ -362,6 +362,15 @@
|
||||||
|
|
||||||
return err;
|
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
|
@@ -1127,34 +1128,6 @@ static int mtk_pcie_request_resources(st
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue