From: Jiri Slaby Date: Tue, 7 Aug 2012 19:47:59 +0000 (+0200) Subject: TTY: i4l, add tty install X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e0405e7416424c2db2155949dca1daa0225089;p=pandora-kernel.git TTY: i4l, 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 The "tty->port = port" assignment is not needed anymore since it happens in tty_port_install implicitly. Signed-off-by: Jiri Slaby Cc: Karsten Keil Cc: netdev@vger.kernel.org Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed