Skip to content

Commit a4dffcc

Browse files
committed
sof-kernel-log-check.sh: Ignore mei0 errors
Add mei0 errors to ignore string Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 5124961 commit a4dffcc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+'
261261
# https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/246
262262
ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+'
263263

264+
# Ignore all mei0 errors
265+
ignore_str="$ignore_str"'|mei mei0: .+'
266+
264267
case "$platform" in
265268
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.
266269
# https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c

0 commit comments

Comments
 (0)