===== drivers/usb/host/ehci.h 1.26 vs edited =====
--- 2.6.2-mm1/drivers/usb/host/ehci-sched.c     Sun Dec 28 13:59:09 2003
+++ edited/drivers/usb/host/ehci-sched.c        Wed Feb  4 10:40:42 2004
@@ -605,7 +605,7 @@
                        itd = list_entry (stream->free_itd_list.next,
                                struct ehci_itd, itd_list);
                        list_del (&itd->itd_list);
-                       pci_pool_free (ehci->itd_pool, itd, itd->itd_dma);
+                       dma_pool_free (ehci->itd_pool, itd, itd->itd_dma);
                }
 
                is_in = (stream->bEndpointAddress & USB_DIR_IN) ? 0x10 : 0;
@@ -786,7 +786,7 @@
                        list_del (&itd->itd_list);
                        itd_dma = itd->itd_dma;
                } else
-                       itd = pci_pool_alloc (ehci->itd_pool, mem_flags,
+                       itd = dma_pool_alloc (ehci->itd_pool, mem_flags,
                                        &itd_dma);
 
                if (unlikely (0 == itd)) {
-- 
Deepak Saxena - dsaxena at plexity dot net - http://www.plexity.net/


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to