kernel: bump 4.14 to 4.14.93
[openwrt/staging/chunkeey.git] / target / linux / cns3xxx / patches-4.14 / 060-pcie_abort.patch
index b5f0350571cfb7cade7a7fbe02119382e24b34b9..87b1526c3a397d5446251ca544f0c5e5e751b2e0 100644 (file)
@@ -82,7 +82,7 @@
  {
 @@ -95,6 +168,11 @@ static int cns3xxx_pci_read_config(struc
  
-       ret = pci_generic_config_read32(bus, devfn, where, size, val);
+       ret = pci_generic_config_read(bus, devfn, where, size, val);
  
 +      if (check_master_abort(bus, devfn, where)) {
 +              printk(KERN_ERR "pci error: %04d:%02x:%02x.%02x %02x(%d)= master_abort on read\n", pci_domain_nr(bus), bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), where, size);