Re: [PATCH 4/4] USB: serial: ftdi_sio: clean up flow control management

2018-05-18 Thread Greg Kroah-Hartman
On Fri, May 18, 2018 at 03:25:50PM +0200, Johan Hovold wrote: > Clean up the somewhat convoluted hardware-assisted flow control > handling. > > Signed-off-by: Johan Hovold > --- > drivers/usb/serial/ftdi_sio.c | 81 ++- > 1 file changed, 23

[PATCH 4/4] USB: serial: ftdi_sio: clean up flow control management

2018-05-18 Thread Johan Hovold
Clean up the somewhat convoluted hardware-assisted flow control handling. Signed-off-by: Johan Hovold --- drivers/usb/serial/ftdi_sio.c | 81 ++- 1 file changed, 23 insertions(+), 58 deletions(-) diff --git a/drivers/usb/serial/ftdi_sio.c