aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-14 15:52:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-14 15:52:42 +0000
commit16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch)
treef52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch
parentb4644aedce6526b5d07b336187c8e6417c7dd75e (diff)
downloadupstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz
upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2
upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch
deleted file mode 100644
index 3bf5bc78fd..0000000000
--- a/target/linux/s3c24xx/patches-2.6.24/1121-fix-usb-ethernet-mwester.patch.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 2c96fcfe5037e1078c24f824a0c84050cf54532b Mon Sep 17 00:00:00 2001
-From: Mike Wester <mwester@dis.net>
-Date: Sun, 13 Apr 2008 07:25:56 +0100
-Subject: [PATCH] fix-usb-ethernet-mwester.patch
-
-This is a kernel bug affecting all platforms, introduced in some code cleanup in
-2.6.23. Patch will be posted as soon as I test it.
-
-NOTE: Do not submit upstream; this patch or something very similar is already
-in process for 2.6.25.
----
- drivers/usb/gadget/ether.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
-index 6efbb44..758fd27 100644
---- a/drivers/usb/gadget/ether.c
-+++ b/drivers/usb/gadget/ether.c
-@@ -1558,6 +1558,7 @@ done_set_intf:
- memcpy(req->buf, buf, n);
- req->complete = rndis_response_complete;
- rndis_free_response(dev->rndis_config, buf);
-+ value = n;
- }
- /* else stalls ... spec says to avoid that */
- }
---
-1.5.6.5
-