]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: ch341: rename LCR variable in set_termios
authorJohan Hovold <johan@kernel.org>
Fri, 6 Jan 2017 18:15:22 +0000 (19:15 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 16 Jan 2017 11:32:21 +0000 (12:32 +0100)
commit6d1dbd2ec5744e9ac6904fec9ba14989276363e8
treef8b3794e85ba317795e3911f505cd938bc11a12b
parente54888348110ed9eb6dcca23d8cde401b6d100d0
USB: serial: ch341: rename LCR variable in set_termios

Rename the line-control-register variable in set_termios to "lcr" and
use u8 type to match the shadow register.

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