r600: Remove stray goto statement.
Fix defect reported by Coverity Scan.
Structurally dead code (UNREACHABLE) unreachable: This code cannot be reached: return &enc->base;
Fixes: 06bfb2d2 ("r600: fork and import gallium/radeon") Signed-off-by: Vinson Lee vlee@freedesktop.org
This looks to be a bug from the r600 fork. cc: @mareko @airlied @nh