]> git.baikalelectronics.ru Git - kernel.git/commit
pcmcia: synclink_cs: drop redundant tty-port initialisation
authorJohan Hovold <johan@kernel.org>
Wed, 7 Apr 2021 10:23:33 +0000 (12:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 15:22:07 +0000 (17:22 +0200)
commit756ef3365e9ea604b803d15c39e95145b812c320
tree7b97c5cf9b3b4ecb1bb7638c06131237d287be8e
parent4f262c3d86f95445794a4023bf60c09814bf1360
pcmcia: synclink_cs: 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-16-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/pcmcia/synclink_cs.c