diff options
Diffstat (limited to 'target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch')
-rw-r--r-- | target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch b/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch index 42985efdc8..f829631831 100644 --- a/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch +++ b/target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch @@ -47,11 +47,9 @@ Will send separate patches to stable as this file got moved/renamed drivers/pci/dwc/pcie-designware-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/pci/dwc/pcie-designware-host.c b/drivers/pci/dwc/pcie-designware-host.c -index bf558df5b7b3..2b5470173196 100644 --- a/drivers/pci/dwc/pcie-designware-host.c +++ b/drivers/pci/dwc/pcie-designware-host.c -@@ -616,7 +616,7 @@ void dw_pcie_setup_rc(struct pcie_port *pp) +@@ -607,7 +607,7 @@ void dw_pcie_setup_rc(struct pcie_port * /* setup bus numbers */ val = dw_pcie_readl_dbi(pci, PCI_PRIMARY_BUS); val &= 0xff000000; |