Skip to content
Snippets Groups Projects
Commit ac258031 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Add cdc-acm locking fix from #3836

SVN-Revision: 12154
parent 352173f7
No related branches found
No related tags found
No related merge requests found
--- 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment