diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-25 21:44:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-25 21:44:48 +0000 |
commit | a29c7ca3d9832f92b16f63e4b006854a9ae3a6cf (patch) | |
tree | b129c5636e14128f30de96bdb973b3ae6094f3c3 /target/linux/ramips | |
parent | 4807ca67d6c7be91572029eb6023a9916ddcc131 (diff) | |
download | upstream-a29c7ca3d9832f92b16f63e4b006854a9ae3a6cf.tar.gz upstream-a29c7ca3d9832f92b16f63e4b006854a9ae3a6cf.tar.bz2 upstream-a29c7ca3d9832f92b16f63e4b006854a9ae3a6cf.zip |
kernel: update kernel 4.3 to version 4.3.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48498
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch b/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch index db29293584..d0acad3ef6 100644 --- a/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch +++ b/target/linux/ramips/patches-4.3/0033-USB-add-xhci-hooks.patch @@ -59,7 +59,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> /* EHCI, OHCI */ --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -1287,7 +1287,7 @@ static void hub_quiesce(struct usb_hub * +@@ -1291,7 +1291,7 @@ static void hub_quiesce(struct usb_hub * if (type != HUB_SUSPEND) { /* Disconnect all the children */ for (i = 0; i < hdev->maxchild; ++i) { |