From: Rob Clark Date: Fri, 26 Oct 2018 17:50:58 +0000 (-0400) Subject: freedreno/a6xx: small cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=604b5f1dcabb7541a1d5bcf4178c44f81f5e015d;p=mesa.git freedreno/a6xx: small cleanup Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c index ebec740c52e..16b0def6a40 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c +++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c @@ -841,7 +841,7 @@ fd6_emit_state(struct fd_ringbuffer *ring, struct fd6_emit *emit) } } - if ((dirty & FD_DIRTY_BLEND)) { + if (dirty & FD_DIRTY_BLEND) { struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend); uint32_t i;