TTY: synclink_gt: fix DTR being raised on hang up
authorJohan Hovold <jhovold@gmail.com>
Fri, 12 Apr 2013 08:32:29 +0000 (10:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 21:08:17 +0000 (14:08 -0700)
commit5d8be15a621d739c376572607bab1ac0449947a4
tree66aa372c8c1969bb61c07c4f6c563c25933f386c
parent78c6cccadb6ead2dab503f95aefdbfb2ae409a32
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>
drivers/tty/synclink_gt.c