summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-26 18:46:53 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-26 18:46:53 +0000
commit151259743b7854bcf3ff9970a71ec26afd31a7e1 (patch)
tree3901f728cb521f0084dd9bf77caa05470b980387 /target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
parentae64582e5ce94230efc857d8a349115b789f366e (diff)
[kernel] update to 2.6.26.5 and 2.6.25.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch b/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
deleted file mode 100644
index c70181c61..000000000
--- a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/usb/class/cdc-acm.c
-+++ b/drivers/usb/class/cdc-acm.c
-@@ -531,8 +531,8 @@
- tasklet_schedule(&acm->urb_task);
-
- done:
--err_out:
- mutex_unlock(&acm->mutex);
-+err_out:
- mutex_unlock(&open_mutex);
- return rv;
-