Message ID | 20200213110318.GA16245@localhost (mailing list archive) |
---|---|
State | Mainlined |
Commit | d593126a96b5764116e689e77a66dd1a7823f429 |
Headers | show |
Series | [GIT,PULL] USB-serial fixes for 5.6-rc2 | expand |
On Thu, Feb 13, 2020 at 12:03:18PM +0100, Johan Hovold wrote: > 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 Pulled and pushed out, thanks! greg k-h
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@kernel.org> ---------------------------------------------------------------- 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(-)