summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-13 17:29:14 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-13 17:29:14 +0000
commit3a241f67a71276c4c6f5678488908e7e0ca1b421 (patch)
tree3b5121d9e40af5b1c2a1135409e81c45ebcb41de /target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch
parent2d49e32715b05280e6f6e3e0c0140f3a7423b951 (diff)
downloadmaster-31e0f0ae-3a241f67a71276c4c6f5678488908e7e0ca1b421.tar.gz
master-31e0f0ae-3a241f67a71276c4c6f5678488908e7e0ca1b421.tar.bz2
master-31e0f0ae-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/008-hso-Fix-stack-corruption-on-some-architectures.patch')
-rw-r--r--target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch b/target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch
index c6da3c1c30..067e7f85ba 100644
--- a/target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch
+++ b/target/linux/generic/patches-3.10/008-hso-Fix-stack-corruption-on-some-architectures.patch
@@ -18,8 +18,6 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
-diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
-index 5fb36ed..86292e6 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
@@ -2816,13 +2816,16 @@ exit:
@@ -40,7 +38,7 @@ index 5fb36ed..86292e6 100644
return -EIO;
}
-@@ -2873,6 +2876,7 @@ static int hso_get_config_data(struct usb_interface *interface)
+@@ -2873,6 +2876,7 @@ static int hso_get_config_data(struct us
if (config_data[16] & 0x1)
result |= HSO_INFO_CRC_BUG;
@@ -48,6 +46,3 @@ index 5fb36ed..86292e6 100644
return result;
}
---
-1.7.9.5
-