From: Johan Hovold Date: Thu, 5 Jun 2014 14:05:53 +0000 (+0200) Subject: USB: ftdi_sio: make port probe less verbose X-Git-Tag: omap-for-v3.17/fixes-against-rc2~164^2~35^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6f9e8355b2200df1ed077bc1b8ebf6b4592b01;p=pandora-kernel.git USB: ftdi_sio: make port probe less verbose There's no need to print the number of endpoints per interface or endpoint wMaxPacketSize during port probe. This information is readily available using lsusb should it ever be needed. Note that this also fixes the wMaxPacketSize being incorrectly reported on big-endian systems due to a missing le16_to_cpu(). Signed-off-by: Johan Hovold --- Reading git-diff-tree failed