VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Johan Hovold <johan@kernel.org> 2021-04-07 12:23:33 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-04-07 17:22:07 +0200 commit: a5c67f89300435f0fae222fef897a8e337c52927 parent: b91cfb2573aeb5ab426fc3c35bcfe9e0d2a7ecbc
Commit Summary:
pcmcia: synclink_cs: drop redundant tty-port initialisation
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c
index 2be8d9a8eec5..3287a7627ed0 100644
--- a/drivers/char/pcmcia/synclink_cs.c
+++ b/drivers/char/pcmcia/synclink_cs.c
@@ -530,8 +530,6 @@ static int mgslpc_probe(struct pcmcia_device *link)
 	info->port.ops = &mgslpc_port_ops;
 	INIT_WORK(&info->task, bh_handler);
 	info->max_frame_size = 4096;
-	info->port.close_delay = 5*HZ/10;
-	info->port.closing_wait = 30*HZ;
 	init_waitqueue_head(&info->status_event_wait_q);
 	init_waitqueue_head(&info->event_wait_q);
 	spin_lock_init(&info->lock);