svga: Remove spurious argument to SVGA_DBG.

This commit is contained in:
José Fonseca 2009-11-26 12:02:14 +00:00
parent 7b0e4adaf2
commit c783f5cfd8

View 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;