From: Jiri Slaby Date: Wed, 9 Nov 2011 20:34:14 +0000 (+0100) Subject: TTY: serial, extract uart_port_startup X-Git-Tag: v3.3-rc1~154^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d92be6bc4fbbf6402fde2c0bc08fc4d2b58430;p=pandora-kernel.git TTY: serial, extract uart_port_startup Extract ASYNC_INITIALIZED/TTY_IO_ERROR handling from uart_startup. This will be useful for tty port helpers. These flags are handled by the helpers instead. So we create a new function uart_port_startup without touching these flags there. And we keep uart_startup with the exact behavior as before. We need that one because we start/stop the device from other paths than open/close/hangup. Signed-off-by: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed