mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 06:16:14 +02:00
4a9898de62
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12154 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
330 B
Diff
13 lines
330 B
Diff
--- 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;
|
|
|