From: Alan Stern Date: Mon, 7 May 2012 17:22:52 +0000 (-0400) Subject: USB: xhci-hcd: print URB's expected length in decimal, not hex X-Git-Tag: v3.5-rc1~149^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1949f9e2435cc2e87c63da167af63faafc49b388;p=pandora-kernel.git 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 Cc: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed