diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-11-26 12:02:14 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-11-26 12:02:59 +0000 |
commit | c783f5cfd891e6b8e9dc622ad0950e5859b5a0c0 (patch) | |
tree | 8dd45aac167f297a94f5d61c8e1c439d799451f5 /src/gallium | |
parent | 7b0e4adaf21d4c788657eff41cb51d5c89647309 (diff) |
svga: Remove spurious argument to SVGA_DBG.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 d61d88114c..e7301aba84 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; |