Skip to content

Commit 6db43a1

Browse files
keqiaozhangmarc-hb
authored andcommitted
sof-kernel-log-check.sh: ignore unrelated ACPI error on LNL platform
This error means that data nodes failed to tie to ACPI handles. But no audio impact, it's safe to ignore it on LNL. Signed-off-by: Keqiao Zhang <keqiao.zhang@intel.com>
1 parent 6715ffb commit 6db43a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ case "$platform" in
298298
# https://github.com/thesofproject/sof-test/issues/980
299299
# i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report (20/42405)
300300
ignore_str="$ignore_str""|i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report"
301+
;;
302+
lnl)
303+
# ignore the ACPI error on LNL.
304+
# kernel: ACPI: \: Can't tag data node
305+
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
301306
esac
302307

303308
# 'failed to change power setting' and other errors observed at boot

0 commit comments

Comments
 (0)