diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-06 21:16:31 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-06 21:16:31 +0000 |
commit | 1428b8f9bc3c188f2894f9c9780cedbbbee69824 (patch) | |
tree | d93dac3cabd8a4163dab4071cd028e97383bda96 /target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch | |
parent | 478e2efca723f666d75ee6e357349082e1a09eba (diff) | |
download | upstream-1428b8f9bc3c188f2894f9c9780cedbbbee69824.tar.gz upstream-1428b8f9bc3c188f2894f9c9780cedbbbee69824.tar.bz2 upstream-1428b8f9bc3c188f2894f9c9780cedbbbee69824.zip |
refresh kernel patches
SVN-Revision: 21694
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 db6323d02f..aa50f8c48b 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) { |