]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/core/message.c
USB: more u32 conversion after transfer_buffer_length and actual_length
[linux-2.6-omap-h63xx.git] / drivers / usb / core / message.c
index 3922fa915ed20cfd0eeb1171ec2949eedf34e424..293a30d78d24cbcbf77cb824978c07babf3b5c88 100644 (file)
@@ -59,7 +59,7 @@ static int usb_start_wait_urb(struct urb *urb, int timeout, int *actual_length)
                retval = (ctx.status == -ENOENT ? -ETIMEDOUT : ctx.status);
 
                dev_dbg(&urb->dev->dev,
-                       "%s timed out on ep%d%s len=%d/%d\n",
+                       "%s timed out on ep%d%s len=%u/%u\n",
                        current->comm,
                        usb_endpoint_num(&urb->ep->desc),
                        usb_urb_dir_in(urb) ? "in" : "out",