diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index a4f282f4fc9d..2f451926172b 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -1724,14 +1724,8 @@ static int hub_probe(struct usb_interface *intf, const struct usb_device_id *id) * - Change autosuspend delay of hub can avoid unnecessary auto * suspend timer for hub, also may decrease power consumption * of USB bus. - * - * - If user has indicated to prevent autosuspend by passing - * usbcore.autosuspend = -1 then keep autosuspend disabled. */ -#ifdef CONFIG_PM - if (hdev->dev.power.autosuspend_delay >= 0) - pm_runtime_set_autosuspend_delay(&hdev->dev, 0); -#endif + pm_runtime_set_autosuspend_delay(&hdev->dev, 0); /* * Hubs have proper suspend/resume support, except for root hubs