Closed ujfalusi closed 1 month ago
I don't know why Jenkins failed this one. I hope it's not a nasty side effect of https://github.com/thesofproject/linux/pull/5182#issuecomment-2361887923
EDIT: nope, this was CI change 207. Reverted for now.
SOFCI TEST
Hi,
every kernel log contains the following info print:
unknown sof_ext_man header type 3 size 0x30
It is true that we don't handle the PROBE_INFO (type 3), but it is not true that it is an unknown element.
Add enum entry and an empty case to 'handle' the PROBE_INFO and silence the print.