From bc293bf2df53584602d87d94a2141999e47e7488 Mon Sep 17 00:00:00 2001 From: Bard Liao Date: Wed, 2 Dec 2020 14:47:19 +0800 Subject: [PATCH] tools: sof-kernel-log-check: remove Bus clash detected Bus clash detected is a valid error log. Signed-off-by: Bard Liao --- tools/sof-kernel-log-check.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index bddad277..3ce65e31 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -307,10 +307,6 @@ ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: invalid report id data' # SDW related logs # -# origin logs seen on CML with RT700 platforms -# rt700 sdw:1:25d:700:0: Bus clash detected -ignore_str="$ignore_str"'|rt700 sdw:.:.*:700:.: Bus clash detected' - # confirm begin_timestamp is in UNIX timestamp format, otherwise search full log journalctlflag="-k -q --no-pager --utc --output=short-monotonic --no-hostname" if [[ $begin_timestamp =~ ^[0-9]{10} ]]; then