svga: Removed the unused label 'done' in svga_validate_surface_view()

Trivial fix
This commit is contained in:
Charmaine Lee 2017-04-20 11:40:00 -07:00 committed by Brian Paul
parent 019d5d5346
commit fbda9b905a

View file

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