]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: core: Remove redundant timeout assignments
authorPeter Hurley <peter@hurleysoftware.com>
Thu, 16 Oct 2014 20:54:24 +0000 (16:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 02:53:55 +0000 (18:53 -0800)
commit1f0afd1607cde1a58068937f8c247fd3c58a866d
tree4e2bb854c0207009ba011a6ebe56f06f7ba2440f
parent74866e7593d9824d527e73f548c4fb8e412588a1
serial: core: Remove redundant timeout assignments

tty_port_init() initializes close_delay and closing_wait to these
same values; remove.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c