]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: ark3116: drop redundant init_termios
authorJohan Hovold <johan@kernel.org>
Sun, 21 Apr 2019 12:21:47 +0000 (14:21 +0200)
committerJohan Hovold <johan@kernel.org>
Fri, 26 Apr 2019 06:37:53 +0000 (08:37 +0200)
commit6eb42a0f8c5fe89d0dad2202c942121468d73708
tree844e88abdfdd0a2a7c18e88ede360f1598d98b71
parent579bebe5dd522580019e7b10b07daaf500f9fb1e
USB: serial: ark3116: drop redundant init_termios

The initial terminal settings set by the driver matches the default
settings provided by core so drop the redundant init_termios callback.

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