[ar71xx] create firmware image for the WP543 board
[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.046191 seconds and 5 git commands to generate.