]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: iuu_phoenix: drop redundant input-speed re-encoding
authorJohan Hovold <johan@kernel.org>
Mon, 16 Jul 2018 11:51:56 +0000 (13:51 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 16 Jul 2018 12:12:11 +0000 (14:12 +0200)
commit3528651e89aa044347ca06db6e9a106aa9aff914
tree785f7ee550a9fde38d64f098f2717bf0c28cd59c
parentb8f6515445c170016014154f2e84cc863b4cc7a4
USB: serial: iuu_phoenix: drop redundant input-speed re-encoding

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.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/iuu_phoenix.c