kernel: bump 4.14 to 4.14.90
[openwrt/staging/luka.git] / target / linux / cns3xxx / patches-4.14 / 060-pcie_abort.patch
index 7a3a8e4c250c9ced74b32a14ad0aff37e7515976..b5f0350571cfb7cade7a7fbe02119382e24b34b9 100644 (file)
@@ -1,7 +1,7 @@
 --- a/arch/arm/mach-cns3xxx/pcie.c
 +++ b/arch/arm/mach-cns3xxx/pcie.c
 @@ -86,6 +86,79 @@ static void __iomem *cns3xxx_pci_map_bus
-       return base + (where & 0xffc) + (devfn << 12);
+       return base + where + (devfn << 12);
  }
  
 +static inline int check_master_abort(struct pci_bus *bus, unsigned int devfn, int where)