From ac25803120e4aa346cdaf56de0a9b1be329f0067 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 5 Aug 2008 19:43:58 +0000
Subject: [PATCH] Add cdc-acm locking fix from #3836

SVN-Revision: 12154
---
 .../patches-2.6.25/965-cdc_acm_unlock.patch          | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch

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
new file mode 100644
index 0000000000..7107a93157
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
@@ -0,0 +1,12 @@
+--- linux-2.6.25.12/drivers/usb/class/cdc-acm.c	2008-07-24 18:14:20.000000000 +0200
++++ linux-2.6.25.12.new/drivers/usb/class/cdc-acm.c	2008-08-05 21:39:35.000000000 +0200
+@@ -531,8 +531,8 @@
+ 	tasklet_schedule(&acm->urb_task);
+ 
+ done:
+-err_out:
+ 	mutex_unlock(&acm->mutex);
++err_out:
+ 	mutex_unlock(&open_mutex);
+ 	return rv;
+ 
-- 
GitLab