Skip to content

Commit

Permalink
tools/sof-kernel-log-check.sh: remove stray \
Browse files Browse the repository at this point in the history
Newer versions of grep complain about a regexp using a stray backslash
in a regexp.

Closes: thesofproject#1159
Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Feb 16, 2024
1 parent 65951c4 commit 97c7c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+'
# https://unix.stackexchange.com/questions/109294/mei-00000016-0-init-hw-failure
# TGLH_SKU0A70_HDA and WHL_UPEXT_HDA_ZEPHYR, suspend-resume test cases failed due to "mei_me 0000:00:16.0: wait hw ready failed"
# https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/246
ignore_str="$ignore_str"'|mei_me 0000:00:16\..\: .+'
ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+'

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

0 comments on commit 97c7c3a

Please sign in to comment.