From 2acd0b4c7c71dca1e945a8e234f6493b5ce34867 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Thu, 11 Dec 2025 11:10:26 +0000 Subject: [PATCH] tools: sof-kernel-log-check.sh: Ignore mei0 errors Add mei0 errors to ignore string Signed-off-by: Pawel Langowski --- tools/sof-kernel-log-check.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index bdc2392f..46a6fa26 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -264,6 +264,9 @@ ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+' # Ignore all types of mei_gsc_proxy errors ignore_str="$ignore_str"'|mei_gsc_proxy .+' +# Ignore all mei0 errors +ignore_str="$ignore_str"'|mei mei0: .+' + case "$platform" in # Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel. # https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c