svga: Remove spurious argument to SVGA_DBG.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 26 Nov 2009 12:02:14 +0000 (12:02 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 26 Nov 2009 12:02:59 +0000 (12:02 +0000)
src/gallium/drivers/svga/svga_screen_texture.c

index d61d88114c4857d26d2c43b0feaa5b89d0ec985a..e7301aba8412825b8fdf4611e45ad94e1b7d1ef4 100644 (file)
@@ -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;