From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:38 +0000 (+0100) Subject: TTY: simserial, use tty_port_hangup X-Git-Tag: v3.4-rc1~185^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=458cd31a4c33ce489eb538193f801ac73ff4010b;p=pandora-kernel.git TTY: simserial, use tty_port_hangup Convert shutdown to be tty_port_operations->shutdown. Then we can use tty_port_hangup. (And we have to use tty_port_close.) This means we no longer touch ASYNC_INITIALIZED, TTY_IO_ERROR. Also we do not need to do any peculiar TTY logic in the file now. Signed-off-by: Jiri Slaby Cc: Tony Luck Cc: Fenghua Yu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed