From: Greg Kroah-Hartman Date: Fri, 19 Jun 2020 08:53:59 +0000 (+0200) Subject: fix up queue-4.4/pci-program-mps-for-rciep-devices.patch X-Git-Tag: v4.4.228~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14755450420612aa355835b0c7938c4c04721383;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.4/pci-program-mps-for-rciep-devices.patch --- diff --git a/queue-4.4/pci-program-mps-for-rciep-devices.patch b/queue-4.4/pci-program-mps-for-rciep-devices.patch index 5cce31093a9..07bc95ee7e9 100644 --- a/queue-4.4/pci-program-mps-for-rciep-devices.patch +++ b/queue-4.4/pci-program-mps-for-rciep-devices.patch @@ -53,7 +53,7 @@ Signed-off-by: Greg Kroah-Hartman + mps = 128 << dev->pcie_mpss; + rc = pcie_set_mps(dev, mps); + if (rc) { -+ pci_warn(dev, "can't set Max Payload Size to %d; if necessary, use \"pci=pcie_bus_safe\" and report a bug\n", ++ dev_warn(&dev->dev, "can't set Max Payload Size to %d; if necessary, use \"pci=pcie_bus_safe\" and report a bug\n", + mps); + } + return;