]> asedeno.scripts.mit.edu Git - linux.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)
commit448b6dc5a964c3eca96260138684de10a0e3d9b9
treef8b3794e85ba317795e3911f505cd938bc11a12b
parente8024460354cc1b21e29c879338fd5c5021c8e7d
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