USB: serial: xr: clean up line-settings handling
authorJohan Hovold <johan@kernel.org>
Thu, 21 Jan 2021 10:29:18 +0000 (11:29 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 26 Jan 2021 15:16:49 +0000 (16:16 +0100)
commit35567511595052a2c6fc020d4abab944fb4204b0
treec12f181d1361d5cedd3e745739dfd70d8574826b
parent72fc7fc7f36501103a5ffa0d29c9672b2314ce29
USB: serial: xr: clean up line-settings handling

Shift the line-setting values when defining them rather than in
set_termios() for consistency and improved readability.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/xr_serial.c