diff --git a/patch/kernel/archive/meson64-6.19/x-PATCH-v7-2-2-PCI-dwc-Remove-redundant-MPS-configuration.patch b/patch/kernel/archive/meson64-6.19/x-PATCH-v7-2-2-PCI-dwc-Remove-redundant-MPS-configuration.patch index 273cea40a3..74fd909e87 100644 --- a/patch/kernel/archive/meson64-6.19/x-PATCH-v7-2-2-PCI-dwc-Remove-redundant-MPS-configuration.patch +++ b/patch/kernel/archive/meson64-6.19/x-PATCH-v7-2-2-PCI-dwc-Remove-redundant-MPS-configuration.patch @@ -82,7 +82,7 @@ diff --git a/drivers/pci/controller/dwc/pci-meson.c b/drivers/pci/controller/dwc index 111111111111..222222222222 100644 --- a/drivers/pci/controller/dwc/pci-meson.c +++ b/drivers/pci/controller/dwc/pci-meson.c -@@ -273,22 +273,6 @@ static int meson_size_to_payload(struct meson_pcie *mp, int size) +@@ -272,22 +272,6 @@ static int meson_size_to_payload(struct meson_pcie *mp, int size) return fls(size) - 8; } @@ -105,7 +105,7 @@ index 111111111111..222222222222 100644 static void meson_set_max_rd_req_size(struct meson_pcie *mp, int size) { struct dw_pcie *pci = &mp->pci; -@@ -393,7 +377,6 @@ static int meson_pcie_host_init(struct dw_pcie_rp *pp) +@@ -362,7 +346,6 @@ static int meson_pcie_host_init(struct dw_pcie_rp *pp) pp->bridge->ops = &meson_pci_ops;