Re: [RFC PATCH] thunderbolt: icm: report switch runtime resume timeout
From: Mika Westerberg
Date: Tue Jun 23 2026 - 08:36:39 EST
Hi,
On Tue, Jun 23, 2026 at 02:18:11PM +0800, Pengpeng Hou wrote:
> icm_runtime_resume_switch() waits for firmware to signal switch runtime-
> resume completion. If the wait expires, it only prints a debug message
> and still returns success to the runtime PM path.
IIRC that's intentional. Otherwise it would have logged it as warn or so.
This can happen if the device is removed while we were runtime suspended.
Do you see any problem with this?