From 4d6c23ee838040e3ca7d2acb54c94656d827ed34 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 1 Sep 2017 16:55:55 +0100 Subject: [PATCH] aubinator: remove duplicate initialisation Reviewed-by: Lionel Landwerlin Signed-off-by: Eric Engestrom --- src/intel/tools/aubinator_error_decode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 636f56a3365..ed4d6f662ce 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -314,7 +314,6 @@ static void decode(struct gen_spec *spec, .command = inst->name, .command_offset = offset, .instruction_base_address = current_instruction_base_address, - .ksp = ksp[0], .ksp = ksp[0], /* SIMD8 shader is specified by ksp[0] */ }; } -- 2.11.0