diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-24 20:35:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-24 20:35:46 +0000 |
commit | 6598259ef5e5ba6a430a2777f0d81c912223ccf7 (patch) | |
tree | 03d621ef58de563a798a2ac4ee8ddef85a292a06 /target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch | |
parent | cfbeeb7b8539940f0be3d3d72242655793ac51b9 (diff) | |
download | master-187ad058-6598259ef5e5ba6a430a2777f0d81c912223ccf7.tar.gz master-187ad058-6598259ef5e5ba6a430a2777f0d81c912223ccf7.tar.bz2 master-187ad058-6598259ef5e5ba6a430a2777f0d81c912223ccf7.zip |
target/linux: refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21566 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch b/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch index aa50f8c48b..db6323d02f 100644 --- a/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch +++ b/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch @@ -26,7 +26,7 @@ spin_lock_irqsave(&ahcd->lock, flags); temp = show_list(ahcd, buf->page, PAGE_SIZE, ahcd->ed_head); -@@ -516,8 +512,6 @@ static ssize_t fill_async_buffer(struct +@@ -516,8 +512,6 @@ static ssize_t fill_async_buffer(struct static ssize_t fill_periodic_buffer(struct debug_buffer *buf) { |