X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fpatches-4.9%2F0074-ipq806x-usb-Control-USB-master-reset.patch;h=9e0135b49416f14876ae67b6ebe1aff16f02e95f;hp=516c7c06ce9932b84936129046a4c62e6d069700;hb=5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5;hpb=45ae5c2de3491ed5db9695d21faebf95b3b41c56 diff --git a/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch b/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch index 516c7c06ce..9e0135b494 100644 --- a/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch +++ b/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch @@ -35,7 +35,7 @@ Signed-off-by: Vasudevan Murugesan }; static int dwc3_of_simple_clk_init(struct dwc3_of_simple *simple, int count) -@@ -100,6 +103,20 @@ static int dwc3_of_simple_probe(struct p +@@ -102,6 +105,20 @@ static int dwc3_of_simple_probe(struct p if (ret) return ret; @@ -56,7 +56,7 @@ Signed-off-by: Vasudevan Murugesan ret = of_platform_populate(np, NULL, NULL, dev); if (ret) { for (i = 0; i < simple->num_clocks; i++) { -@@ -128,6 +145,12 @@ static int dwc3_of_simple_remove(struct +@@ -130,6 +147,12 @@ static int dwc3_of_simple_remove(struct clk_put(simple->clks[i]); }