diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-06-17 09:54:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-06-17 09:54:55 +0000 |
commit | 9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6 (patch) | |
tree | 3c4aef6e759fbdd74af7f5e14a495f531dc88515 /target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch | |
parent | e952654f0b002e6494cfdb705ee8f0646798dd6c (diff) | |
download | upstream-9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6.tar.gz upstream-9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6.tar.bz2 upstream-9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6.zip |
kernel: update 3.18 to 3.18.16
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.15
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.16
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46011
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch b/target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch index 56e962d793..e5e3010356 100644 --- a/target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch +++ b/target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch @@ -13,8 +13,6 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> drivers/usb/host/bcma-hcd.c | 5 ----- 1 file changed, 5 deletions(-) -diff --git a/drivers/usb/host/bcma-hcd.c b/drivers/usb/host/bcma-hcd.c -index cd6d0af..080587e 100644 --- a/drivers/usb/host/bcma-hcd.c +++ b/drivers/usb/host/bcma-hcd.c @@ -214,16 +214,11 @@ err_alloc: @@ -34,6 +32,3 @@ index cd6d0af..080587e 100644 /* TODO: Probably need checks here; is the core connected? */ --- -1.8.4.5 - |