From: José Fonseca Date: Thu, 26 Nov 2009 12:02:14 +0000 (+0000) Subject: svga: Remove spurious argument to SVGA_DBG. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c783f5cfd891e6b8e9dc622ad0950e5859b5a0c0;p=mesa.git svga: Remove spurious argument to SVGA_DBG. --- diff --git a/src/gallium/drivers/svga/svga_screen_texture.c b/src/gallium/drivers/svga/svga_screen_texture.c index d61d88114c4..e7301aba841 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;