USB: xhci-hcd: print URB's expected length in decimal, not hex
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 7 May 2012 17:22:52 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 23:43:58 +0000 (16:43 -0700)
commit1949f9e2435cc2e87c63da167af63faafc49b388
tree759bb2e7d4ab3336c859bb6ebda0a164a63783c5
parentb69cc672052540e8efb1368420f10d7d4d8b8a3d
USB: xhci-hcd: print URB's expected length in decimal, not hex

This patch changes the output format specifier of a debugging line in
the xhci-hcd driver.  An URB's transfer_buffer_length should be
printed in decimal; there's no reason to print it in hex.  Especially
since the actual_length value, printed earlier on the same line, is
already in decimal.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c