tty: synclink_gt: drop redundant tty-port initialisation
authorJohan Hovold <johan@kernel.org>
Wed, 7 Apr 2021 10:23:34 +0000 (12:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 15:22:07 +0000 (17:22 +0200)
commit88d8cb7b5f2177dfec9f12377762534dd7c64005
tree32b9553693bb785742ab5ef0681e29e7496b5bb7
parenta5c67f89300435f0fae222fef897a8e337c52927
tty: synclink_gt: drop redundant tty-port initialisation

The port close_delay and closing_wait parameters have already been by
tty_port_init() so drop the redundant driver initialisation to the
default values.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20210407102334.32361-17-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink_gt.c