PERFORCE change 106257 for review

Tom Rhodes trhodes at FreeBSD.org
Sun Sep 17 12:45:29 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106257

Change 106257 by trhodes at trhodes_local on 2006/09/17 19:44:54

	Fix build, we do not need to call bus_dma_tag_destroy() here.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ohci_pci.c#8 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/ohci_pci.c#8 (text+ko) ====

@@ -321,11 +321,6 @@
 		sc->sc_bus.bdev = NULL;
 	}
 
-	if (sc->sc_bus.parent_dmatag != NULL)
-		bus_dma_tag_destroy(sc->sc_bus.parent_dmatag);
-	if (sc->sc_bus.buffer_dmatag != NULL)
-		bus_dma_tag_destroy(sc->sc_bus.buffer_dmatag);
-
 	pci_disable_busmaster(self);
 
 	if(sc->irq_res && sc->ih)


More information about the p4-projects mailing list