From c5a12b1adfce5fce3d210736fee9e5c6227c752d Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Mon, 7 May 2012 13:22:52 -0400 Subject: [PATCH] --- yaml --- r: 303858 b: refs/heads/master c: 1949f9e2435cc2e87c63da167af63faafc49b388 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/xhci-ring.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ff0d87552f2f..9964ae090fc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b69cc672052540e8efb1368420f10d7d4d8b8a3d +refs/heads/master: 1949f9e2435cc2e87c63da167af63faafc49b388 diff --git a/trunk/drivers/usb/host/xhci-ring.c b/trunk/drivers/usb/host/xhci-ring.c index d40194c8ca60..329fd2a98dd6 100644 --- a/trunk/drivers/usb/host/xhci-ring.c +++ b/trunk/drivers/usb/host/xhci-ring.c @@ -2272,7 +2272,7 @@ static int handle_tx_event(struct xhci_hcd *xhci, (status != 0 && !usb_endpoint_xfer_isoc(&urb->ep->desc))) xhci_dbg(xhci, "Giveback URB %p, len = %d, " - "expected = %x, status = %d\n", + "expected = %d, status = %d\n", urb, urb->actual_length, urb->transfer_buffer_length, status);