Skip to content

Commit 1da891a

Browse files
committed
fix: tools: modify intel_ish_ipc ignore string
Modify intel_ish_ipc ignore string Signed-off-by: Emilia Kurdybelska <emiliax.kurdybelska@intel.com>
1 parent 37fb5cc commit 1da891a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/sof-kernel-log-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ignore_str="$ignore_str"'|usb .+: (Enable|Disable) of device-initiated .+ failed
185185
ignore_str="$ignore_str"'|thermal thermal_zone.*: failed to read out thermal zone \(-61\)'
186186

187187
# Ignore all ISH related issues. We have no shared flows between ISH and audio.
188-
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0:'
188+
ignore_str="$ignore_str"'|intel_ish_ipc 0000:[0-9]+:[0-9]+\.0:'
189189

190190
# Dell CML-U laptop with SoundWire, issues reported by sof-test
191191
# BugLink: https://github.com/thesofproject/sof-test/issues/307

0 commit comments

Comments
 (0)