freedreno/a6xx: small cleanup

Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
Rob Clark 2018-10-26 13:50:58 -04:00
parent 2a74d9ae8d
commit 604b5f1dca
1 changed files with 1 additions and 1 deletions

View File

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