commit | b0ac50be1f398ae1daedcf1ce71ac6b6409c88d2 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 10:21:23 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 17:10:17 2013 -0700 |
tree | 085d3700aaadf57660be69fe7a67db487182f9ab | |
parent | 4a23a4df500f29603ee25995f9c1d3af79f7a994 [diff] |
n_tty: Factor signal char handling into separate fn Reduce the monolithic n_tty_receive_char() complexity; factor the handling of INTR_CHAR, QUIT_CHAR and SUSP_CHAR into n_tty_receive_signal_char(). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>