|
@@ -2430,7 +2430,7 @@ static int tsi721_probe(struct pci_dev *pdev,
|
|
|
pcie_capability_clear_and_set_word(pdev, PCI_EXP_DEVCTL,
|
|
|
PCI_EXP_DEVCTL_READRQ | PCI_EXP_DEVCTL_RELAX_EN |
|
|
|
PCI_EXP_DEVCTL_NOSNOOP_EN,
|
|
|
- 0x2 << MAX_READ_REQUEST_SZ_SHIFT);
|
|
|
+ PCI_EXP_DEVCTL_READRQ_512B);
|
|
|
|
|
|
/* Adjust PCIe completion timeout. */
|
|
|
pcie_capability_clear_and_set_word(pdev, PCI_EXP_DEVCTL2, 0xf, 0x2);
|