diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 17:29:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 17:29:14 +0000 |
commit | 3a241f67a71276c4c6f5678488908e7e0ca1b421 (patch) | |
tree | 3b5121d9e40af5b1c2a1135409e81c45ebcb41de /target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch | |
parent | 2d49e32715b05280e6f6e3e0c0140f3a7423b951 (diff) | |
download | upstream-3a241f67a71276c4c6f5678488908e7e0ca1b421.tar.gz upstream-3a241f67a71276c4c6f5678488908e7e0ca1b421.tar.bz2 upstream-3a241f67a71276c4c6f5678488908e7e0ca1b421.zip |
generic/3.10: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37975
Diffstat (limited to 'target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch b/target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch index 9b31caf06f..4eb31b31aa 100644 --- a/target/linux/generic/patches-3.10/007-hso-Earlier-catch-of-error-condition.patch +++ b/target/linux/generic/patches-3.10/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, +@@ -2886,6 +2886,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, +@@ -2895,10 +2900,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 - |