summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-10-02 22:26:43 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-10-02 22:26:43 +0000
commit101034fa2335e407843b6eeee1ac458ffa9e605b (patch)
tree9e08916217dd2314931fdbe4417c737b390cf7d9 /target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch
parentfa839274b0f1de41be498c25bbc4d1a92b48d64e (diff)
downloadmtk-20170518-101034fa2335e407843b6eeee1ac458ffa9e605b.zip
mtk-20170518-101034fa2335e407843b6eeee1ac458ffa9e605b.tar.gz
mtk-20170518-101034fa2335e407843b6eeee1ac458ffa9e605b.tar.bz2
kernel: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38291
Diffstat (limited to 'target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch')
-rw-r--r--target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch b/target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch
index c6da3c1..8d9a020 100644
--- a/target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch
+++ b/target/linux/generic/patches-3.9/008-hso-Fix-stack-corruption-on-some-architectures.patch
@@ -18,11 +18,9 @@ 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:
+@@ -2825,13 +2825,16 @@ exit:
static int hso_get_config_data(struct usb_interface *interface)
{
struct usb_device *usbdev = interface_to_usbdev(interface);
@@ -40,7 +38,7 @@ index 5fb36ed..86292e6 100644
return -EIO;
}
-@@ -2873,6 +2876,7 @@ static int hso_get_config_data(struct usb_interface *interface)
+@@ -2882,6 +2885,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
-