The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08: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-5.6-rc2 for you to fetch changes up to 7c3d02285ad558691f27fde760bcd841baa27eab: USB: serial: ch341: fix receiver regression (2020-02-10 10:10:35 +0100) ---------------------------------------------------------------- USB-serial fixes for 5.6-rc2 Here's a fix for a ch341 regression in 5.5 which people have started to hit, and a fix for a logic error in an ir-usb error path. Both have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Dan Carpenter (1): USB: serial: ir-usb: Silence harmless uninitialized variable warning Johan Hovold (1): USB: serial: ch341: fix receiver regression drivers/usb/serial/ch341.c | 10 ++++++++++ drivers/usb/serial/ir-usb.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-)