nvfx: Initialize variables on error path.

This commit is contained in:
Vinson Lee
2010-08-24 17:40:50 -07:00
parent 2f5bf20e44
commit 57e66ed9b1
+4
View File
@@ -1126,7 +1126,11 @@ nv04_region_fill_gdirect(struct nv04_2d_context *ctx, struct nv04_region* dst, i
cs2d_format = NV04_CONTEXT_SURFACES_2D_FORMAT_Y32;
}
else
{
assert(0);
gdirect_format = 0;
cs2d_format = 0;
}
MARK_RING (chan, 15, 4);
BEGIN_RING(chan, surf2d, NV04_CONTEXT_SURFACES_2D_DMA_IMAGE_SOURCE, 2);