From e5af71478a662d6c8f135e381d34c0632ea97047 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 11 Mar 2025 15:53:42 -0400 Subject: [PATCH] intel/decoder: Remove assert(!"...") in recoverable condition Reviewed-by: Caio Oliveira Part-of: --- src/intel/decoder/intel_batch_decoder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/decoder/intel_batch_decoder.c b/src/intel/decoder/intel_batch_decoder.c index fcd93c72b03..0d327a9c502 100644 --- a/src/intel/decoder/intel_batch_decoder.c +++ b/src/intel/decoder/intel_batch_decoder.c @@ -407,7 +407,6 @@ dump_samplers(struct intel_batch_decode_ctx *ctx, uint32_t offset, int count) if (count * sampler_state_size >= bo.size) { fprintf(ctx->fp, " sampler state ends after bo ends\n"); - assert(!"sampler state ends after bo ends"); return; }