From: Peter Chen Date: Mon, 17 Aug 2015 08:36:53 +0000 (+0800) Subject: usb: misc: usbtest: format max packet size for iso transfer X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c9d0defcdadd31ab111b1616f60cf919c6a020;p=pandora-kernel.git usb: misc: usbtest: format max packet size for iso transfer The current code prints all wMaxPacketSize content at endpoint descriptor, if there is a high speed, high bandwidth endpoint, it may confuse the users, eg, if there are 3 transactions during microframe, it will print "wMaxPacket 1400" for packet content. This commit splits wMaxpacketSize and transaction numbers for output messages. Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed