Skip to content

Commit 4f9592d

Browse files
harajendcgturner1
authored andcommitted
sof-kernel-log-check.sh: ignore ISH firmware missing error
ignore ISH firmware missing error in PTL since it is not impact to audio test cases Signed-off-by: Hariprasad, Rajendra <hariprasad.rajendra@intel.com>
1 parent 77dd64c commit 4f9592d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ esac
318318
# on one CML_HEL_RT5682
319319
ignore_str="$ignore_str"'|kernel: i2c_hid_acpi i2c-GDIX0000:00'
320320

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+
321324

322325
# below are new error level kernel logs from journalctl --priority=err
323326
# that did not influence system and can be ignored

0 commit comments

Comments
 (0)