Re: [PATCH 2/2] USB: iuu_phoenix: drop redundant input-speed re-encoding

2018-07-16 Thread Johan Hovold
On Mon, Jul 16, 2018 at 01:56:46PM +0200, Greg Kroah-Hartman wrote: > On Mon, Jul 16, 2018 at 01:51:56PM +0200, Johan Hovold wrote: > > Drop redundant input-speed re-encoding at every open(). The output and > > input speeds are initialised to the same value and are kept in sync on > > termios

Re: [PATCH 2/2] USB: iuu_phoenix: drop redundant input-speed re-encoding

2018-07-16 Thread Greg KH
On Mon, Jul 16, 2018 at 01:51:56PM +0200, Johan Hovold wrote: > Drop redundant input-speed re-encoding at every open(). The output and > input speeds are initialised to the same value and are kept in sync on > termios updates. > > Signed-off-by: Johan Hovold Reviewed-by: Greg Kroah-Hartman --

[PATCH 2/2] USB: iuu_phoenix: drop redundant input-speed re-encoding

2018-07-16 Thread Johan Hovold
Drop redundant input-speed re-encoding at every open(). The output and input speeds are initialised to the same value and are kept in sync on termios updates. Signed-off-by: Johan Hovold --- drivers/usb/serial/iuu_phoenix.c | 3 --- 1 file changed, 3 deletions(-) diff --git