summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharmaine Lee <charmainel@vmware.com>2017-04-20 11:40:00 -0700
committerBrian Paul <brianp@vmware.com>2017-04-26 11:37:59 -0600
commitfbda9b905a5424e46f2e2d46c172e99af9db140a (patch)
tree039442206a292cc2bb49f65e65bdea9e4c0eea49
parent019d5d534682145a3d5921b061ea46f8c872d6a0 (diff)
svga: Removed the unused label 'done' in svga_validate_surface_view()
Trivial fix
-rw-r--r--src/gallium/drivers/svga/svga_surface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c
index 6aab34a0cf2..fdc6ba4e4da 100644
--- a/src/gallium/drivers/svga/svga_surface.c
+++ b/src/gallium/drivers/svga/svga_surface.c
@@ -574,7 +574,6 @@ svga_validate_surface_view(struct svga_context *svga, struct svga_surface *s)
}
}
-done:
SVGA_STATS_TIME_POP(svga_sws(svga));
return s ? &s->base : NULL;