diff options
Diffstat (limited to 'drivers/usb/host/xhci-mem.c')
-rw-r--r-- | drivers/usb/host/xhci-mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 6e6797a38780..e046f0f6ee6a 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
@@ -360,9 +360,9 @@ int xhci_setup_addressable_virt_dev(struct xhci_hcd *xhci, struct usb_device *ud | |||
360 | /* 3) Only the control endpoint is valid - one endpoint context */ | 360 | /* 3) Only the control endpoint is valid - one endpoint context */ |
361 | slot_ctx->dev_info |= LAST_CTX(1); | 361 | slot_ctx->dev_info |= LAST_CTX(1); |
362 | 362 | ||
363 | slot_ctx->dev_info |= (u32) udev->route; | ||
363 | switch (udev->speed) { | 364 | switch (udev->speed) { |
364 | case USB_SPEED_SUPER: | 365 | case USB_SPEED_SUPER: |
365 | slot_ctx->dev_info |= (u32) udev->route; | ||
366 | slot_ctx->dev_info |= (u32) SLOT_SPEED_SS; | 366 | slot_ctx->dev_info |= (u32) SLOT_SPEED_SS; |
367 | break; | 367 | break; |
368 | case USB_SPEED_HIGH: | 368 | case USB_SPEED_HIGH: |