projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 802.1x client configuration support and corresponding documentation (#2069)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.25
/
965-cdc_acm_unlock.patch
1
--- a/drivers/usb/class/cdc-acm.c
2
+++ b/drivers/usb/class/cdc-acm.c
3
@@ -531,8 +531,8 @@
4
tasklet_schedule(&acm->urb_task);
5
6
done:
7
-err_out:
8
mutex_unlock(&acm->mutex);
9
+err_out:
10
mutex_unlock(&open_mutex);
11
return rv;
12
This page took
0.048207 seconds
and
5
git commands to generate.