Skip to content

Commit 98bf3b7

Browse files
committed
sof-kernel-log-check: ignore "i8042: probe with driver i8042 failed"
Linux kernel commit 32de4b4f9dfa just upgraded this generic warning to an error. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 584648a commit 98bf3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ ignore_str="$ignore_str"'|atkbd serio0: Failed to enable keyboard on isa0060/ser
338338

339339
# PS2/serial failures
340340
ignore_str="$ignore_str""|i8042: Can't read CTR while initializing i8042"
341+
# Linux kernel commit 32de4b4f9dfa upgraded this generic warning to an error
342+
ignore_str="$ignore_str""|i8042: probe with driver i8042 failed"
341343

342344
# smbus issues can be ignored
343345
ignore_str="$ignore_str"'|i801_smbus 0000:00:..\..: Transaction timeout'

0 commit comments

Comments
 (0)