OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/drivers/pci/probe.c 1 --- a/drivers/pci/probe.c
2 +++ b/drivers/pci/probe.c 2 +++ b/drivers/pci/probe.c
3 @@ -2309,7 +2309,8 @@ static void pcie_write_mrrs(struct pci_d 3 @@ -2305,7 +2305,8 @@ static void pcie_write_mrrs(struct pci_d
4 /* In the "safe" case, do not configure the MRRS. There appear to be 4 /* In the "safe" case, do not configure the MRRS. There appear to be
5 * issues with setting MRRS to 0 on a number of devices. 5 * issues with setting MRRS to 0 on a number of devices.
6 */ 6 */
7 - if (pcie_bus_config != PCIE_BUS_PERFORMANCE) 7 - if (pcie_bus_config != PCIE_BUS_PERFORMANCE)
8 + if (pcie_bus_config != PCIE_BUS_PERFORMANCE && 8 + if (pcie_bus_config != PCIE_BUS_PERFORMANCE &&