]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83fb9fe794923046b6fcf0d1c6da94f49668df88
tree32b9553693bb785742ab5ef0681e29e7496b5bb7
parentd342ef4ccb26b8c5eba9154eb8d8e58ef79c04b2
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