On Tue, May 30, 2023 at 10:55:55AM +0300, Mika Westerberg wrote: > When resuming from system sleep states the driver issues following > warning on Intel hardware: > > thunderbolt 0000:07:00.0: interrupt for TX ring 0 is already enabled > > The reason for this is that the commit in question did not mask the ring > interrupt on Intel hardware leaving the interrupt active. Fix this by > masking it also in Intel hardware. > > Reported-by: beld zhang <beldzhang@xxxxxxxxx> > Closes: https://lore.kernel.org/linux-usb/ZHKW5NeabmfhgLbY@xxxxxxxxx/ > Fixes: c4af8e3fecd0 ("thunderbolt: Clear registers properly when auto clear isn't in use") > Cc: stable@xxxxxxxxxxxxxxx > Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx> > Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Applied to thunderbolt.git/fixes.