A run of sparse on USB-serial revealed a couple of endianness issues of
which one would break baud-rate handling on big-endian hosts.

Also included is a division-by-zero bug in io_ti that was found through
inspection.

Johan


Johan Hovold (3):
  USB: serial: ir-usb: fix big-endian baud-rate debug printk
  USB: serial: mct_u232: fix big-endian baud-rate handling
  USB: serial: io_ti: fix div-by-zero in set_termios

 drivers/usb/serial/io_ti.c    |  5 ++++-
 drivers/usb/serial/ir-usb.c   | 21 ++++++++++++---------
 drivers/usb/serial/mct_u232.c |  2 +-
 3 files changed, 17 insertions(+), 11 deletions(-)

-- 
2.13.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to