diff options
Diffstat (limited to 'drivers/usb/host/xhci-hub.c')
-rw-r--r-- | drivers/usb/host/xhci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-hub.c b/drivers/usb/host/xhci-hub.c index 68914429482f..187a3ec1069a 100644 --- a/drivers/usb/host/xhci-hub.c +++ b/drivers/usb/host/xhci-hub.c | |||
@@ -1075,7 +1075,7 @@ int xhci_bus_suspend(struct usb_hcd *hcd) | |||
1075 | set_bit(port_index, &bus_state->bus_suspended); | 1075 | set_bit(port_index, &bus_state->bus_suspended); |
1076 | } | 1076 | } |
1077 | /* USB core sets remote wake mask for USB 3.0 hubs, | 1077 | /* USB core sets remote wake mask for USB 3.0 hubs, |
1078 | * including the USB 3.0 roothub, but only if CONFIG_USB_SUSPEND | 1078 | * including the USB 3.0 roothub, but only if CONFIG_PM_RUNTIME |
1079 | * is enabled, so also enable remote wake here. | 1079 | * is enabled, so also enable remote wake here. |
1080 | */ | 1080 | */ |
1081 | if (hcd->self.root_hub->do_remote_wakeup) { | 1081 | if (hcd->self.root_hub->do_remote_wakeup) { |