kernel: bump 4.14 to 4.14.41
[openwrt/openwrt.git] / target / linux / ath79 / patches-4.14 / 0005-usb-add-more-OF-quirk-properties.patch
index a87fd70979ff661521760cfb7ad39ec2ee898bb1..ec1bc3f7f70673f9e24bfd09c1b2debc0bd94df6 100644 (file)
@@ -8,11 +8,9 @@ Signed-off-by: John Crispin <john@phrozen.org>
  drivers/usb/host/ehci-platform.c | 5 +++++
  1 file changed, 5 insertions(+)
 
-diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c
-index b065a960adc2..b1cc841b5399 100644
 --- a/drivers/usb/host/ehci-platform.c
 +++ b/drivers/usb/host/ehci-platform.c
-@@ -185,6 +185,11 @@ static int ehci_platform_probe(struct platform_device *dev)
+@@ -187,6 +187,11 @@ static int ehci_platform_probe(struct pl
        ehci = hcd_to_ehci(hcd);
  
        if (pdata == &ehci_platform_defaults && dev->dev.of_node) {
@@ -24,6 +22,3 @@ index b065a960adc2..b1cc841b5399 100644
                if (of_property_read_bool(dev->dev.of_node, "big-endian-regs"))
                        ehci->big_endian_mmio = 1;
  
--- 
-2.11.0
-