Files
linux-apfs/drivers
Johan Hovold 0b2588cadf TTY: fix close of uninitialised ports
Make sure we do not make tty-driver callbacks or wait for port to drain
on uninitialised ports (e.g. when open failed) in
tty_port_close_start().

No callback, such as flush_buffer or wait_until_sent, needs to be made
on a port that has never been opened. Neither does it make much sense to
add drain delay for an uninitialised port.

Currently a drain delay of up to two seconds could be added when a tty
fails to open.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-18 16:27:54 -07:00
..
2013-02-27 19:10:15 -08:00
2013-02-27 19:10:15 -08:00
2013-03-08 08:36:01 +10:00
2013-03-01 13:39:00 -08:00
2013-03-18 16:24:30 -07:00
2013-02-27 19:10:17 -08:00
2013-03-18 16:24:29 -07:00
2013-03-18 16:24:30 -07:00
2013-02-27 19:10:18 -08:00
2013-02-27 19:10:18 -08:00
2013-03-18 16:19:45 -07:00
2013-03-18 16:27:54 -07:00
2013-02-27 19:10:19 -08:00
2013-03-18 16:24:29 -07:00
2013-02-27 19:10:19 -08:00
2013-02-22 23:31:31 -05:00