From: Jiri Slaby Date: Sat, 19 Sep 2009 20:13:13 +0000 (-0700) Subject: cyclades: switch to tty_port_hangup X-Git-Tag: v2.6.32-rc1~627^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174e6fe01e7881caaa350b5e98e4c6189b6cb593;p=pandora-kernel.git cyclades: switch to tty_port_hangup Do not duplicate common tty_port_hangup code. Use it instead. Also do not unset ASYNC_NORMAL_ACTIVE and wake up from the tty_hangup() caller. It makes no sense since we don't check that flag in sleepers. tty_port_hangup() performed later will do the right job. Signed-off-by: Jiri Slaby Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed