We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afbe70 commit 1d57823Copy full SHA for 1d57823
1 file changed
tools/sof-kernel-log-check.sh
@@ -261,8 +261,10 @@ ignore_str="$ignore_str"'|asix .-.+:.\.. en.+: asix_rx_fixup\(\) Bad Header Leng
261
262
# asix error in TGLH_0A5E_SDW
263
# 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
265
# buglink: https://github.com/thesofproject/sof-test/issues/565
-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 .+'
268
269
case "$platform" in
270
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.
0 commit comments