patch-2.4.25 linux-2.4.25/drivers/usb/host/ehci-mem.c
Next file: linux-2.4.25/drivers/usb/host/ehci-q.c
Previous file: linux-2.4.25/drivers/usb/host/ehci-hcd.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2004-02-18 05:36:31.000000000 -0800
-  Orig file: 
linux-2.4.24/drivers/usb/host/ehci-mem.c
-  Orig date: 
2003-06-13 07:51:36.000000000 -0700
diff -urN linux-2.4.24/drivers/usb/host/ehci-mem.c linux-2.4.25/drivers/usb/host/ehci-mem.c
@@ -28,7 +28,7 @@
  *	- driver buffers, read/written by HC ... single shot DMA mapped 
  *
  * There's also PCI "register" data, which is memory mapped.
- * No memory seen by this driver is pagable.
+ * No memory seen by this driver is pageable.
  */
 
 /*-------------------------------------------------------------------------*/
@@ -130,6 +130,7 @@
 	}
 	if (qh->dummy)
 		ehci_qtd_free (ehci, qh->dummy);
+	// usb_put_dev (qh->dev);
 	pci_pool_free (ehci->qh_pool, qh, qh->qh_dma);
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)