Mesa (mesa_7_7_branch): svga: Remove spurious argument to SVGA_DBG.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Nov 26 04:03:15 PST 2009


Module: Mesa
Branch: mesa_7_7_branch
Commit: c783f5cfd891e6b8e9dc622ad0950e5859b5a0c0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c783f5cfd891e6b8e9dc622ad0950e5859b5a0c0

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Nov 26 12:02:14 2009 +0000

svga: Remove spurious argument to SVGA_DBG.

---

 src/gallium/drivers/svga/svga_screen_texture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_screen_texture.c b/src/gallium/drivers/svga/svga_screen_texture.c
index d61d881..e7301ab 100644
--- a/src/gallium/drivers/svga/svga_screen_texture.c
+++ b/src/gallium/drivers/svga/svga_screen_texture.c
@@ -556,7 +556,7 @@ svga_texture_view_surface(struct pipe_context *pipe,
       return NULL;
    }
 
-   SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n", handle);
+   SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n");
    handle = svga_screen_surface_create(ss, key);
    if (!handle) {
       key->cachable = 0;



More information about the mesa-commit mailing list