commit | 5d8be15a621d739c376572607bab1ac0449947a4 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Fri Apr 12 10:32:29 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 12 14:08:17 2013 -0700 |
tree | 66aa372c8c1969bb61c07c4f6c563c25933f386c | |
parent | 78c6cccadb6ead2dab503f95aefdbfb2ae409a32 [diff] |
TTY: synclink_gt: fix DTR being raised on hang up Make sure to check ASYNC_INITIALISED before raising DTR when waking up from blocked open in block_til_ready. Currently DTR could get raised at hang up as a blocked process would raise DTR unconditionally before checking for hang up and returning. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>