summaryrefslogtreecommitdiff
path: root/src/intel/tools/aubinator_error_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/tools/aubinator_error_decode.c')
-rw-r--r--src/intel/tools/aubinator_error_decode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c
index 49f0738e881..ea822d0161b 100644
--- a/src/intel/tools/aubinator_error_decode.c
+++ b/src/intel/tools/aubinator_error_decode.c
@@ -196,6 +196,9 @@ instdone_register_for_ring(const struct gen_device_info *devinfo,
case I915_ENGINE_CLASS_VIDEO_ENHANCE:
return "VECS_INSTDONE";
+
+ default:
+ return NULL;
}
return NULL;