mbox series

[GIT,PULL] USB-serial fixes for 6.1-rc8

Message ID Y4o6ypWhDfI8DPuO@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 6.1-rc8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8

Message

Johan Hovold Dec. 2, 2022, 5:50 p.m. UTC
The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

  Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8

for you to fetch changes up to 188c9c2e0c7f4ae864113f80c40bafb394062271:

  USB: serial: f81534: fix division by zero on line-speed change (2022-11-30 12:27:59 +0100)

----------------------------------------------------------------
USB-serial fixes for 6.1-rc8

Here are two fixes for a division-by-zero issue in the Fintek drivers.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Johan Hovold (2):
      USB: serial: f81232: fix division by zero on line-speed change
      USB: serial: f81534: fix division by zero on line-speed change

 drivers/usb/serial/f81232.c | 12 +++++++-----
 drivers/usb/serial/f81534.c | 12 +++++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)