USB: serial: ftdi_sio: simplify divisor handling
authorJohan Hovold <johan@kernel.org>
Sun, 11 Sep 2022 14:02:15 +0000 (16:02 +0200)
committerJohan Hovold <johan@kernel.org>
Thu, 15 Sep 2022 06:06:05 +0000 (08:06 +0200)
commit1a0398915d2243fc14be6506a6d226e0593a1c33
tree52869cc1620d141c7833a4730c2090ba6f346f16
parent4d50f4fc67d6e903266ff3769d655729a070d490
USB: serial: ftdi_sio: simplify divisor handling

In preparation for adding further Hi-Speed types, assume the device type
is Hi-Speed unless it's an explicitly listed legacy type when
determining divisors.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c