diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-26 18:46:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-26 18:46:53 +0000 |
commit | 821170133fc75f42c73b4d11761d798eae7e4733 (patch) | |
tree | 46681f18f733797b93dcddf710bc8d1ab9c4a079 /target/linux/generic-2.6/patches-2.6.25 | |
parent | 6f98e7cf01458f9deca4c99e47ad4578efcaf04e (diff) | |
download | upstream-821170133fc75f42c73b4d11761d798eae7e4733.tar.gz upstream-821170133fc75f42c73b4d11761d798eae7e4733.tar.bz2 upstream-821170133fc75f42c73b4d11761d798eae7e4733.zip |
update to 2.6.26.5 and 2.6.25.17
SVN-Revision: 12718
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch b/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch deleted file mode 100644 index c70181c617..0000000000 --- a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/usb/class/cdc-acm.c -+++ b/drivers/usb/class/cdc-acm.c -@@ -531,8 +531,8 @@ - tasklet_schedule(&acm->urb_task); - - done: --err_out: - mutex_unlock(&acm->mutex); -+err_out: - mutex_unlock(&open_mutex); - return rv; - |