Mesa (master): radeon: fix typo in last dma patch

Alex Deucher agd5f at kemper.freedesktop.org
Wed Aug 19 17:07:50 UTC 2009


Module: Mesa
Branch: master
Commit: 174aeabc0f00440e3d18813f0b461470448929fc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=174aeabc0f00440e3d18813f0b461470448929fc

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Aug 19 13:06:53 2009 -0400

radeon: fix typo in last dma patch

---

 src/mesa/drivers/dri/radeon/radeon_dma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_dma.c b/src/mesa/drivers/dri/radeon/radeon_dma.c
index a97438e..23f17cf 100644
--- a/src/mesa/drivers/dri/radeon/radeon_dma.c
+++ b/src/mesa/drivers/dri/radeon/radeon_dma.c
@@ -272,7 +272,7 @@ void radeonFreeDmaRegions(radeonContextPtr rmesa)
 		FREE(dma_bo);
 	}
 
-	foreach_s(dma_bo, temp, &rmesa->dma.free) {
+	foreach_s(dma_bo, temp, &rmesa->dma.wait) {
 		remove_from_list(dma_bo);
 	        radeon_bo_unref(dma_bo->bo);
 		FREE(dma_bo);




More information about the mesa-commit mailing list