diff options
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r-- | drivers/usb/host/xhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 16c05c6b5af..05034f346fa 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c | |||
@@ -2446,7 +2446,7 @@ static int xhci_configure_endpoint(struct xhci_hcd *xhci, | |||
2446 | udev->slot_id, must_succeed); | 2446 | udev->slot_id, must_succeed); |
2447 | else | 2447 | else |
2448 | ret = xhci_queue_evaluate_context(xhci, in_ctx->dma, | 2448 | ret = xhci_queue_evaluate_context(xhci, in_ctx->dma, |
2449 | udev->slot_id); | 2449 | udev->slot_id, must_succeed); |
2450 | if (ret < 0) { | 2450 | if (ret < 0) { |
2451 | if (command) | 2451 | if (command) |
2452 | list_del(&command->cmd_list); | 2452 | list_del(&command->cmd_list); |