aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-10-02 22:26:43 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-10-02 22:26:43 +0000
commit09751431614a0a1f9d388d1bd876b5c31f4a5fc0 (patch)
treed11fc6cf918875ee705c56bc76b90ac53289ffdf /target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch
parentb0e8546858af85049589f7d00f7c3f45c05e2304 (diff)
downloadmaster-187ad058-09751431614a0a1f9d388d1bd876b5c31f4a5fc0.tar.gz
master-187ad058-09751431614a0a1f9d388d1bd876b5c31f4a5fc0.tar.bz2
master-187ad058-09751431614a0a1f9d388d1bd876b5c31f4a5fc0.zip
kernel: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch')
-rw-r--r--target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch b/target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch
index 9b31caf06f..bbc2b822be 100644
--- a/target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch
+++ b/target/linux/generic/patches-3.3/007-hso-Earlier-catch-of-error-condition.patch
@@ -13,11 +13,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
-diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
-index cba1d46..5fb36ed 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
-@@ -2886,6 +2886,11 @@ static int hso_probe(struct usb_interface *interface,
+@@ -2927,6 +2927,11 @@ static int hso_probe(struct usb_interfac
struct hso_shared_int *shared_int;
struct hso_device *tmp_dev = NULL;
@@ -29,7 +27,7 @@ index cba1d46..5fb36ed 100644
if_num = interface->altsetting->desc.bInterfaceNumber;
/* Get the interface/port specification from either driver_info or from
-@@ -2895,10 +2900,6 @@ static int hso_probe(struct usb_interface *interface,
+@@ -2936,10 +2941,6 @@ static int hso_probe(struct usb_interfac
else
port_spec = hso_get_config_data(interface);
@@ -40,6 +38,3 @@ index cba1d46..5fb36ed 100644
/* Check if we need to switch to alt interfaces prior to port
* configuration */
if (interface->num_altsetting > 1)
---
-1.7.9.5
-