usb: acpi: fix device link removal
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 11 Jun 2025 11:14:15 +0000 (14:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 10:36:19 +0000 (12:36 +0200)
commit3b18405763c1ebb1efc15feef5563c9cdb2cc3a7
tree07bf41767d9dc6ea05fa3f3a59412651b77a2da0
parent8f5b7e2bec1c36578fdaa74a6951833541103e27
usb: acpi: fix device link removal

The device link to the USB4 host interface has to be removed
manually since it's no longer auto removed.

Fixes: 623dae3e7084 ("usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device links")
Cc: stable <stable@kernel.org>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://lore.kernel.org/r/20250611111415.2707865-1-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c
drivers/usb/core/usb-acpi.c
include/linux/usb.h