Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 19:45:28 GMT
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106257 for review
Message-ID:  <200609171945.k8HJjStP064941@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106257

Change 106257 by trhodes@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609171945.k8HJjStP064941>