remove obsolete p54, rt2500 & rt61 since those drivers are built from package/mac8021...
[openwrt/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