From: Jiri Slaby Date: Tue, 7 Aug 2012 19:48:04 +0000 (+0200) Subject: TTY: hvc_console, add tty install X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb498c20040616e94b05c31a0ceb3e134b7e829;p=pandora-kernel.git TTY: hvc_console, add tty install This has two outcomes: * we give the TTY layer a tty_port * we do not find the info structure every time open is called on that tty Since we take a reference to a port in ->install, we need also ->cleanup to drop that reference. Signed-off-by: Jiri Slaby Cc: linuxppc-dev@lists.ozlabs.org Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed