We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057fbe8 commit 7a1f96cCopy full SHA for 7a1f96c
tools/sof-kernel-log-check.sh
@@ -318,6 +318,9 @@ esac
318
# on one CML_HEL_RT5682
319
ignore_str="$ignore_str"'|kernel: i2c_hid_acpi i2c-GDIX0000:00'
320
321
+# ISH firmware missing failure can be ignored
322
+ignore_str="$ignore_str"'|kernel: intel_ish_ipc 0000:00:12.0: ISH loader: request ISH firmware failed:-2'
323
+
324
325
# below are new error level kernel logs from journalctl --priority=err
326
# that did not influence system and can be ignored
0 commit comments