Skip to content

Commit 1d57823

Browse files
XiaoyunWu6666fredoh9
authored andcommitted
sof-kernel-log-check: use RE to filter asix errors
Signed-off-by: Iris Wu <xiaoyun.wu@intel.com>
1 parent 5afbe70 commit 1d57823

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,10 @@ ignore_str="$ignore_str"'|asix .-.+:.\.. en.+: asix_rx_fixup\(\) Bad Header Leng
261261

262262
# asix error in TGLH_0A5E_SDW
263263
# kernel: asix 3-3.1:1.0 enx000ec65356e1: Failed to enable software MII access
264+
# kernel: asix 3-3.1:1.0 enx000ec65356e1: Failed to enable hardware MII access
264265
# buglink: https://github.com/thesofproject/sof-test/issues/565
265-
ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to enable software MII access'
266+
# buglink: https://github.com/thesofproject/sof-test/issues/664
267+
ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+'
266268

267269
case "$platform" in
268270
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.

0 commit comments

Comments
 (0)