From: Peter Hurley Date: Sat, 15 Jun 2013 14:21:27 +0000 (-0400) Subject: n_tty: Factor tty->closing receive_buf() into separate fn X-Git-Tag: v3.12-rc1~182^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0cc7bafe498fb299043582e822fc4e74388edb;p=pandora-kernel.git n_tty: Factor tty->closing receive_buf() into separate fn Convert to modal receive_buf() processing; factor receive char processing when tty->closing into n_tty_receive_buf_closing(). Note that EXTPROC when ISTRIP or IUCLC is set continues to be handled by n_tty_receive_char(). Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed