From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:53 +0000 (+0100) Subject: TTY: pdc_cons, use tty_port X-Git-Tag: v3.4-rc1~185^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd5bc40f3b6e0ccdaad948dbadc94ad0906cb25;p=pandora-kernel.git TTY: pdc_cons, use tty_port Instead of digging a tty out of the tty_driver struct, which is not defined to work, use tty_port properly. This includes proper tty refcounting even though there is no possible race currently. But we will need tty_port for tty buffers in the future anyway. Signed-off-by: Jiri Slaby Cc: Kyle McMartin Cc: Helge Deller Cc: "James E.J. Bottomley" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed