freedreno: Fix warnings
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_compute.c
index 8e2c228e90e6120bb637417288b2fd2d63f804c6..66ed7a4af57f00ac7b440e2daa90d26dc7564f93 100644 (file)
@@ -181,7 +181,7 @@ static void
 fd5_launch_grid(struct fd_context *ctx, const struct pipe_grid_info *info)
 {
        struct fd5_compute_stateobj *so = ctx->compute;
-       struct ir3_shader_key key = {0};
+       struct ir3_shader_key key = {};
        struct ir3_shader_variant *v;
        struct fd_ringbuffer *ring = ctx->batch->draw;
        unsigned i, nglobal = 0;