diff options
Diffstat (limited to 'drivers/usb/host/xhci-ring.c')
-rw-r--r-- | drivers/usb/host/xhci-ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 2eadf0693862..4142c04b5adf 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
@@ -1193,7 +1193,7 @@ cleanup: | |||
1193 | if (urb) { | 1193 | if (urb) { |
1194 | usb_hcd_unlink_urb_from_ep(xhci_to_hcd(xhci), urb); | 1194 | usb_hcd_unlink_urb_from_ep(xhci_to_hcd(xhci), urb); |
1195 | xhci_dbg(xhci, "Giveback URB %p, len = %d, status = %d\n", | 1195 | xhci_dbg(xhci, "Giveback URB %p, len = %d, status = %d\n", |
1196 | urb, td->urb->actual_length, status); | 1196 | urb, urb->actual_length, status); |
1197 | spin_unlock(&xhci->lock); | 1197 | spin_unlock(&xhci->lock); |
1198 | usb_hcd_giveback_urb(xhci_to_hcd(xhci), urb, status); | 1198 | usb_hcd_giveback_urb(xhci_to_hcd(xhci), urb, status); |
1199 | spin_lock(&xhci->lock); | 1199 | spin_lock(&xhci->lock); |