commit | ad0cc7bafe498fb299043582e822fc4e74388edb | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 10:21:27 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 17:11:02 2013 -0700 |
tree | 7cf000589f537fef086058e6a70c656dc032231a | |
parent | a1dd30e9b4c38a4a177106741b03ac6a55777286 [diff] |
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 <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>