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)
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>

No differences found