diff options
-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 d40194c8ca60..329fd2a98dd6 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
@@ -2272,7 +2272,7 @@ cleanup: | |||
2272 | (status != 0 && | 2272 | (status != 0 && |
2273 | !usb_endpoint_xfer_isoc(&urb->ep->desc))) | 2273 | !usb_endpoint_xfer_isoc(&urb->ep->desc))) |
2274 | xhci_dbg(xhci, "Giveback URB %p, len = %d, " | 2274 | xhci_dbg(xhci, "Giveback URB %p, len = %d, " |
2275 | "expected = %x, status = %d\n", | 2275 | "expected = %d, status = %d\n", |
2276 | urb, urb->actual_length, | 2276 | urb, urb->actual_length, |
2277 | urb->transfer_buffer_length, | 2277 | urb->transfer_buffer_length, |
2278 | status); | 2278 | status); |