USB: ftdi_sio: make port probe less verbose
authorJohan Hovold <johan@kernel.org>
Thu, 5 Jun 2014 14:05:53 +0000 (16:05 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 7 Jul 2014 08:10:32 +0000 (10:10 +0200)
commitaf6f9e8355b2200df1ed077bc1b8ebf6b4592b01
tree444237813b4f6c8e0e6c579bcae8303963ffec40
parentcd3de83f147601356395b57a8673e9c5ff1e59d1
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 <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c